Author: rnk
Date: Tue Feb  3 15:49:15 2015
New Revision: 228036

URL: http://llvm.org/viewvc/llvm-project?rev=228036&view=rev
Log:
Fix Driver/mg.c test when fgrep is a shell Cygwin shell script

Modified:
    cfe/trunk/test/Driver/mg.c

Modified: cfe/trunk/test/Driver/mg.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/mg.c?rev=228036&r1=228035&r2=228036&view=diff
==============================================================================
--- cfe/trunk/test/Driver/mg.c (original)
+++ cfe/trunk/test/Driver/mg.c Tue Feb  3 15:49:15 2015
@@ -1,5 +1,5 @@
 // RUN: %clang -M -MG -include nonexistent-preinclude.h %s > %t
-// RUN: fgrep nonexistent-preinclude.h %t
-// RUN: fgrep nonexistent-ppinclude.h %t
+// RUN: grep -F nonexistent-preinclude.h %t
+// RUN: grep -F nonexistent-ppinclude.h %t
 
 #include "nonexistent-ppinclude.h"


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to