forked from OSchip/llvm-project
Fix Driver/mg.c test when fgrep is a shell Cygwin shell script
llvm-svn: 228036
This commit is contained in:
parent
4da909b2b2
commit
690c5baa6d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue