summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/arm-swiftcall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/arm-swiftcall.cpp')
-rw-r--r--test/CodeGenCXX/arm-swiftcall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/arm-swiftcall.cpp b/test/CodeGenCXX/arm-swiftcall.cpp
index 535350c808d3a..5c932c77b1da3 100644
--- a/test/CodeGenCXX/arm-swiftcall.cpp
+++ b/test/CodeGenCXX/arm-swiftcall.cpp
@@ -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.