summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang-tools-extra/test/clang-tidy/google-runtime-references.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/google-runtime-references.cpp b/clang-tools-extra/test/clang-tidy/google-runtime-references.cpp
index fc82a8feb18..96d82a47e22 100644
--- a/clang-tools-extra/test/clang-tidy/google-runtime-references.cpp
+++ b/clang-tools-extra/test/clang-tidy/google-runtime-references.cpp
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s google-runtime-references %t -- -- -std=c++11
+// RUN: %check_clang_tidy %s google-runtime-references %t
int a;
int &b = a;
OpenPOWER on IntegriCloud