Skip to content

Commit 539de28

Browse files
committed
Fixed double definition of BASE_SPEC
1 parent 35726fd commit 539de28

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Source/Test/Public/TestHelpers.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ class FAESpec : public FAutomationSpecBase
2626
};
2727

2828

29-
#define BASE_SPEC FAESpec
29+
#ifndef BASE_SPEC
30+
#define BASE_SPEC FQESpec
31+
#endif
3032

3133
#define BEGIN_TESTSPEC_PRIVATE( TClass, PrettyName, TFlags, FileName, LineNumber ) \
3234
class TClass : public BASE_SPEC \

0 commit comments

Comments
 (0)