Skip to content

Commit

Permalink
Fixed double definition of BASE_SPEC
Browse files Browse the repository at this point in the history
  • Loading branch information
muit committed Oct 19, 2019
1 parent 35726fd commit 539de28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/Test/Public/TestHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ class FAESpec : public FAutomationSpecBase
};


#define BASE_SPEC FAESpec
#ifndef BASE_SPEC
#define BASE_SPEC FQESpec
#endif

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

0 comments on commit 539de28

Please sign in to comment.