]> granicus.if.org Git - clang/commitdiff
Add -std=c++98 to the test and minor improvment in addition.
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 11 Jan 2013 17:33:57 +0000 (17:33 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 11 Jan 2013 17:33:57 +0000 (17:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172221 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/cxx11-trivial-initializer-struct.cpp

index 881a12ec8c01cb92b48fee10608e20842eecb38e..cded6da7be1e86e772c27c822d62bc2b6a52adf5 100644 (file)
@@ -1,6 +1,6 @@
-// RUN: %clang_cc1 -std=c++11 -S -emit-llvm -o - %s -triple x86_64-apple-darwin10 | FileCheck %s
-// RUN: %clang_cc1 -S -emit-llvm -o %t.ll %s -triple x86_64-apple-darwin10 
 // RUN: %clang_cc1 -std=c++11 -S -emit-llvm -o %t-c++11.ll %s -triple x86_64-apple-darwin10 
+// RUN: FileCheck %s < %t-c++11.ll
+// RUN: %clang_cc1  -std=c++98 -S -emit-llvm -o %t.ll %s -triple x86_64-apple-darwin10 
 // RUN: diff %t.ll  %t-c++11.ll
 
 // rdar://12897704