Fix Driver/mg.c test when fgrep is a shell Cygwin shell script

llvm-svn: 228036
This commit is contained in:
Reid Kleckner 2015-02-03 21:49:15 +00:00
parent 4da909b2b2
commit 690c5baa6d

View File

@ -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"