]> granicus.if.org Git - clang/commitdiff
Robustify test.
authorDevang Patel <dpatel@apple.com>
Wed, 25 Aug 2010 17:32:22 +0000 (17:32 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 25 Aug 2010 17:32:22 +0000 (17:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112062 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/debug-info-linkagename.m

index af468bb80c6d79b59f8ea631b6796ad464f85796..b606e5d5dfca97f44df891bb0c5d8f9c3f27b8c4 100644 (file)
@@ -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;