From: Devang Patel Date: Wed, 25 Aug 2010 17:32:22 +0000 (+0000) Subject: Robustify test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=938e5a1382049a7a53bf1c2277b37b82a8c12208;p=clang Robustify test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112062 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/debug-info-linkagename.m b/test/CodeGenObjC/debug-info-linkagename.m index af468bb80c..b606e5d5df 100644 --- a/test/CodeGenObjC/debug-info-linkagename.m +++ b/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;