浏览代码

[linux-port] Fix typo in macro definition.

Should make Linux bots happy again.
Ehsan Nasiri 7 年之前
父节点
当前提交
50f72bc213
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"