summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/default-constructor-default-argument.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-06-14 21:20:53 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-06-14 21:20:53 +0000
commit12e9f8edcfdafcc78bd30f607c10fef8b3fa9fa6 (patch)
treeffff46ecb4a594ad269e7634bf94fe219328d694 /test/CodeGenCXX/default-constructor-default-argument.cpp
parentb11e43c31dc5d395a7ec6a07259c078dadd4f47b (diff)
Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2 of 3.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133011 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/default-constructor-default-argument.cpp')
-rw-r--r--test/CodeGenCXX/default-constructor-default-argument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/default-constructor-default-argument.cpp b/test/CodeGenCXX/default-constructor-default-argument.cpp
index f2c7f6d12a..374a967e3e 100644
--- a/test/CodeGenCXX/default-constructor-default-argument.cpp
+++ b/test/CodeGenCXX/default-constructor-default-argument.cpp
@@ -5,4 +5,4 @@ struct A { A(int x = 2); };
struct B : public A {};
B x;
-// CHECK: call void @_ZN1AC2Ei
+// CHECK: call {{.*}} @_ZN1AC2Ei