We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35726fd commit 539de28Copy full SHA for 539de28
1 file changed
Source/Test/Public/TestHelpers.h
@@ -26,7 +26,9 @@ class FAESpec : public FAutomationSpecBase
26
};
27
28
29
-#define BASE_SPEC FAESpec
+#ifndef BASE_SPEC
30
+ #define BASE_SPEC FQESpec
31
+#endif
32
33
#define BEGIN_TESTSPEC_PRIVATE( TClass, PrettyName, TFlags, FileName, LineNumber ) \
34
class TClass : public BASE_SPEC \
0 commit comments