summaryrefslogtreecommitdiff
path: root/test/clang-tidy/performance-for-range-copy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/clang-tidy/performance-for-range-copy.cpp')
-rw-r--r--test/clang-tidy/performance-for-range-copy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clang-tidy/performance-for-range-copy.cpp b/test/clang-tidy/performance-for-range-copy.cpp
index c6516093..0038434f 100644
--- a/test/clang-tidy/performance-for-range-copy.cpp
+++ b/test/clang-tidy/performance-for-range-copy.cpp
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s performance-for-range-copy %t
+// RUN: %check_clang_tidy %s performance-for-range-copy %t -- -- -std=c++11 -fno-delayed-template-parsing
namespace std {