summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/misc-use-after-move.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/misc-use-after-move.cpp')
-rw-r--r--clang-tools-extra/test/clang-tidy/misc-use-after-move.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/misc-use-after-move.cpp b/clang-tools-extra/test/clang-tidy/misc-use-after-move.cpp
index ca3e955c084..46fa651efb1 100644
--- a/clang-tools-extra/test/clang-tidy/misc-use-after-move.cpp
+++ b/clang-tools-extra/test/clang-tidy/misc-use-after-move.cpp
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s misc-use-after-move %t
+// RUN: %check_clang_tidy %s misc-use-after-move %t -- -- -std=c++11 -fno-delayed-template-parsing
typedef decltype(nullptr) nullptr_t;
OpenPOWER on IntegriCloud