aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/unused-functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/unused-functions.cpp')
-rw-r--r--test/SemaCXX/unused-functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/unused-functions.cpp b/test/SemaCXX/unused-functions.cpp
index f164bf276846..359808203892 100644
--- a/test/SemaCXX/unused-functions.cpp
+++ b/test/SemaCXX/unused-functions.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++0x -fsyntax-only -Wunused -verify %s
+// RUN: %clang_cc1 -std=c++11 -fsyntax-only -Wunused -verify %s
static int foo(int x) { return x; }