]> granicus.if.org Git - clang/commitdiff
Make another test insensitive to the default C++ dialect.
authorPaul Robinson <paul.robinson@sony.com>
Mon, 19 Dec 2016 23:32:10 +0000 (23:32 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Mon, 19 Dec 2016 23:32:10 +0000 (23:32 +0000)
Differential Revision: http://reviews.llvm.org/D27955

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290145 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/arm-swiftcall.cpp

index 535350c808d3a9387026c12f1f67ebef90680851..5c932c77b1da3b569df79c661b1cca0e570b928a 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple armv7-apple-darwin9 -emit-llvm -o - %s -Wno-return-type-c-linkage | FileCheck %s
+// RUN: %clang_cc1 -triple armv7-apple-darwin9 -emit-llvm -o - %s -Wno-return-type-c-linkage -std=c++03 | FileCheck %s -check-prefixes=CHECK
 
 // This isn't really testing anything ARM-specific; it's just a convenient
 // 32-bit platform.