mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
Robustify test.
llvm-svn: 112062
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user