]> granicus.if.org Git - clang/commitdiff
tests: Disable this test for now, it is overly pessimistic and I am not sure how...
authorDaniel Dunbar <daniel@zuster.org>
Wed, 25 Aug 2010 03:40:27 +0000 (03:40 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 25 Aug 2010 03:40:27 +0000 (03:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112023 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/debug-info-linkagename.m

index 2b10e2bd67b82fbad57d73b31abafe9b4d6fb01b..af468bb80c6d79b59f8ea631b6796ad464f85796 100644 (file)
@@ -1,5 +1,8 @@
 // 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
 
 @interface F 
 -(int) bar;