summaryrefslogtreecommitdiffstats
path: root/test/Index/keep-going.cpp
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2016-03-01 12:53:18 +0000
committerManuel Klimek <klimek@google.com>2016-03-01 12:53:18 +0000
commite23420a8bb96e4a1d365f26ea043045eab3266af (patch)
treee40f66c32683f853b37d46709beb6b75cfda462b /test/Index/keep-going.cpp
parent4d411040acb8f02fb397ff1f23806a29ffb5a4d3 (diff)
Fix test breakage on windows where the default std is c++11 by forcing c++03 in the test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/keep-going.cpp')
-rw-r--r--test/Index/keep-going.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/keep-going.cpp b/test/Index/keep-going.cpp
index 9bf23947d1..a25d1c4b04 100644
--- a/test/Index/keep-going.cpp
+++ b/test/Index/keep-going.cpp
@@ -9,7 +9,7 @@ class B : public A<int> { };
class C : public A<float> { };
-// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_KEEP_GOING=1 c-index-test -test-print-type %s 2> %t.stderr.txt | FileCheck %s
+// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_KEEP_GOING=1 c-index-test -test-print-type %s -std=c++03 2> %t.stderr.txt | FileCheck %s
// RUN: FileCheck -check-prefix CHECK-DIAG %s < %t.stderr.txt
// CHECK: inclusion directive=missing1.h ((null)) [type=] [typekind=Invalid] [isPOD=0]