aboutsummaryrefslogtreecommitdiff
path: root/test/Index/usrs-cxx0x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/usrs-cxx0x.cpp')
-rw-r--r--test/Index/usrs-cxx0x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/usrs-cxx0x.cpp b/test/Index/usrs-cxx0x.cpp
index 50aee0968867..a48b4467b731 100644
--- a/test/Index/usrs-cxx0x.cpp
+++ b/test/Index/usrs-cxx0x.cpp
@@ -3,6 +3,6 @@ struct tuple { };
void f(tuple<int, float, double>);
-// RUN: c-index-test -test-load-source-usrs all -std=c++0x %s | FileCheck %s
+// RUN: c-index-test -test-load-source-usrs all -std=c++11 %s | FileCheck %s
// CHECK: usrs-cxx0x.cpp c:@ST>1#pT@tuple Extent=[1:1 - 2:17]
// CHECK: usrs-cxx0x.cpp c:@F@f#$@S@tuple>#p3Ifd# Extent=[4:1 - 4:34]