summaryrefslogtreecommitdiff
path: root/tests/glean/tbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glean/tbase.h')
-rw-r--r--tests/glean/tbase.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/glean/tbase.h b/tests/glean/tbase.h
index 2cf72dd1e..ecd3e17ac 100644
--- a/tests/glean/tbase.h
+++ b/tests/glean/tbase.h
@@ -123,9 +123,6 @@ and tbasic.cpp.
#include "test.h"
-class GLEAN::DrawingSurfaceConfig; // Forward reference.
-
-
// Macro for constructor for Glean test taking width, height and one config flag
#define GLEAN_CLASS_WHO(TEST, RESULT, WIDTH, HEIGHT, ONE) \
TEST(const char* aName, const char* aFilter, \
@@ -168,6 +165,8 @@ class GLEAN::DrawingSurfaceConfig; // Forward reference.
namespace GLEAN {
+class DrawingSurfaceConfig; // Forward reference.
+
class BaseResult : public Result {
// Class for a single test result. All basic tests have a
// drawing surface configuration, plus other information