[cfe-commits] r93090 - /cfe/trunk/test/Preprocessor/framework-include.m

Chris Lattner sabre at nondot.org
Sat Jan 9 16:59:17 PST 2010


Author: lattner
Date: Sat Jan  9 18:59:17 2010
New Revision: 93090

URL: http://llvm.org/viewvc/llvm-project?rev=93090&view=rev
Log:
try to make this more stable?

Modified:
    cfe/trunk/test/Preprocessor/framework-include.m

Modified: cfe/trunk/test/Preprocessor/framework-include.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/framework-include.m?rev=93090&r1=93089&r2=93090&view=diff

==============================================================================
--- cfe/trunk/test/Preprocessor/framework-include.m (original)
+++ cfe/trunk/test/Preprocessor/framework-include.m Sat Jan  9 18:59:17 2010
@@ -1,4 +1,4 @@
-// RUN: %clang -E -F%S %s 2>&1 | grep "Headers/foo.h:1:10: warning: published framework headers should always #import headers within the framework with framework paths"
+// RUN: %clang -E -F%S %s 2>&1 | grep "published framework headers should always #import headers within the framework with framework paths"
 
 // rdar://7520940
 #include <foo/foo.h>





More information about the cfe-commits mailing list