aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/encode-test-5.m
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-06-22 08:08:35 +0000
committerEd Schouten <ed@FreeBSD.org>2009-06-22 08:08:35 +0000
commitb897c8660c4ff7037dde81b9645737bc1c992abe (patch)
treeb6403365e77095a79062d3379c9e6aea0df5f088 /test/CodeGenObjC/encode-test-5.m
parent7ef7bab7e3d06f660b059b903c231f100bb13cc5 (diff)
Notes
Diffstat (limited to 'test/CodeGenObjC/encode-test-5.m')
-rw-r--r--test/CodeGenObjC/encode-test-5.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGenObjC/encode-test-5.m b/test/CodeGenObjC/encode-test-5.m
index a76b071e7fed..9820b4183f32 100644
--- a/test/CodeGenObjC/encode-test-5.m
+++ b/test/CodeGenObjC/encode-test-5.m
@@ -1,12 +1,12 @@
// RUN: clang-cc -triple=x86_64-apple-darwin9 -fnext-runtime -emit-llvm -o %t %s &&
-// RUN: grep ji %t | count 1 &&
+// RUN: grep ji.00 %t | count 1 &&
char *a = @encode(_Complex int);
-// RUN: grep jf %t | count 1 &&
+// RUN: grep jf.00 %t | count 1 &&
char *b = @encode(_Complex float);
-// RUN: grep jd %t | count 1 &&
+// RUN: grep jd.00 %t | count 1 &&
char *c = @encode(_Complex double);
// RUN: grep "t.00" %t | count 1 &&