summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-08-25 17:32:22 +0000
committerDevang Patel <dpatel@apple.com>2010-08-25 17:32:22 +0000
commit9cd85d1c776ecc1c01cd8fd0f8cb1dad19b05fc0 (patch)
tree2e73d6e5f640137056944a0297dec4349a881a72 /clang/test/CodeGenObjC
parentdae3481b28ad0bedd4c5b98385af499cbbe2a10b (diff)
downloadbcm5719-llvm-9cd85d1c776ecc1c01cd8fd0f8cb1dad19b05fc0.tar.gz
bcm5719-llvm-9cd85d1c776ecc1c01cd8fd0f8cb1dad19b05fc0.zip
Robustify test.
llvm-svn: 112062
Diffstat (limited to 'clang/test/CodeGenObjC')
-rw-r--r--clang/test/CodeGenObjC/debug-info-linkagename.m6
1 files changed, 2 insertions, 4 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-linkagename.m b/clang/test/CodeGenObjC/debug-info-linkagename.m
index af468bb80c6..b606e5d5dfc 100644
--- a/clang/test/CodeGenObjC/debug-info-linkagename.m
+++ b/clang/test/CodeGenObjC/debug-info-linkagename.m
@@ -1,8 +1,6 @@
// RUN: %clang_cc1 -g -S -o %t %s
-// FIXME: Reenable this test once this check is less picky.
-// RUN: not grep 001 %t
-//
-// REQUIRES: disabled
+// RUN: not grep "001-[F bar" %t
+// Linkage name should not use 001 prefix in debug info.
@interface F
-(int) bar;
OpenPOWER on IntegriCloud