Try to fix build on Windows
authorStephen Kelly <steveire@gmail.com>
Tue, 22 Dec 2020 20:25:10 +0000 (20:25 +0000)
committerStephen Kelly <steveire@gmail.com>
Tue, 22 Dec 2020 20:25:58 +0000 (20:25 +0000)
clang-tools-extra/test/clang-tidy/checkers/readability-container-size-empty.cpp

index e730b1b..4fe75f4 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s readability-container-size-empty %t
+// RUN: %check_clang_tidy %s readability-container-size-empty %t -- -- -fno-delayed-template-parsing
 
 namespace std {
 template <typename T> struct vector {