From 690c5baa6d30eabce59767568fe0ea371fa91199 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Tue, 3 Feb 2015 21:49:15 +0000 Subject: [PATCH] Fix Driver/mg.c test when fgrep is a shell Cygwin shell script llvm-svn: 228036 --- clang/test/Driver/mg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/Driver/mg.c b/clang/test/Driver/mg.c index 4f438142f411..db1a542198ca 100644 --- a/clang/test/Driver/mg.c +++ b/clang/test/Driver/mg.c @@ -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"