summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/inline.c
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-05-02 20:39:21 +0000
committerChad Rosier <mcrosier@apple.com>2011-05-02 20:39:21 +0000
commitf897d3b88bf5b09b7aa142e2033146bdeda5316f (patch)
treeaef01327c27526c65360241c1348e2c7cd4f6fb2 /clang/test/CodeGen/inline.c
parent2a7c219466044abb7f9d92148dd2f8694b3fdac2 (diff)
downloadbcm5719-llvm-f897d3b88bf5b09b7aa142e2033146bdeda5316f.tar.gz
bcm5719-llvm-f897d3b88bf5b09b7aa142e2033146bdeda5316f.zip
Fixed test case asserts due to checkin of r130710.
llvm-svn: 130720
Diffstat (limited to 'clang/test/CodeGen/inline.c')
-rw-r--r--clang/test/CodeGen/inline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/inline.c b/clang/test/CodeGen/inline.c
index a6b4b3e4483..96f9c5c9d4b 100644
--- a/clang/test/CodeGen/inline.c
+++ b/clang/test/CodeGen/inline.c
@@ -29,7 +29,7 @@
// RUN: grep "define available_externally i32 @test5" %t
// RUN: echo "\nC++ tests:"
-// RUN: %clang %s -O1 -emit-llvm -S -o %t -std=c++98
+// RUN: %clang -x c++ %s -O1 -emit-llvm -S -o %t -std=c++98
// RUN: grep "define linkonce_odr i32 @_Z2eiv()" %t
// RUN: grep "define linkonce_odr i32 @_Z3foov()" %t
// RUN: grep "define i32 @_Z3barv()" %t
OpenPOWER on IntegriCloud