Robustify test.

llvm-svn: 112062
This commit is contained in:
Devang Patel
2010-08-25 17:32:22 +00:00
parent dae3481b28
commit 9cd85d1c77

View 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;