Browse Source

Remove extra argument from END_TEST_METHOD macro invocation (#3394)

Helena Kotas 4 years ago
parent
commit
3d918a239d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/clang/unittests/HLSL/ExecutionTest.cpp

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

@@ -313,7 +313,7 @@ public:
   TEST_METHOD(HelperLaneTest);
   BEGIN_TEST_METHOD(HelperLaneTestWave)
     TEST_METHOD_PROPERTY(L"Priority", L"2") // Remove this line once warp handles this
-  END_TEST_METHOD(HelperLaneTestWave)
+  END_TEST_METHOD()
   TEST_METHOD(SignatureResourcesTest)
   TEST_METHOD(DynamicResourcesTest)
   TEST_METHOD(QuadReadTest)