]> granicus.if.org Git - clang/commitdiff
Fix test breakage on windows where the default std is c++11 by forcing c++03 in the...
authorManuel Klimek <klimek@google.com>
Tue, 1 Mar 2016 12:53:18 +0000 (12:53 +0000)
committerManuel Klimek <klimek@google.com>
Tue, 1 Mar 2016 12:53:18 +0000 (12:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262325 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/keep-going.cpp

index 9bf23947d16f60105d4b348f278a5805542623fa..a25d1c4b04124599e98b220c9fc94c9340f798a0 100644 (file)
@@ -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]