Browse Source

[linux-port] Fix typo in macro definition.

Should make Linux bots happy again.
Ehsan Nasiri 7 years ago
parent
commit
50f72bc213
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/clang/unittests/HLSL/VerifierTest.cpp

+ 1 - 1
tools/clang/unittests/HLSL/VerifierTest.cpp

@@ -20,7 +20,7 @@
 #include "WexTestClass.h"
 #define TEST_CLASS_DERIVATION
 #else
-#define TEST_DERIVATION : public ::testing::Test
+#define TEST_CLASS_DERIVATION : public ::testing::Test
 #endif
 #include "HlslTestUtils.h"