소스 검색

[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"