Port test/Driver/mg.c to use FileCheck instead of fgrep

Patch by İsmail Dönmez

llvm-svn: 228164
This commit is contained in:
Ben Langmuir 2015-02-04 18:34:26 +00:00
parent e056ec32cd
commit 1d9b36227a
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// RUN: %clang -M -MG -include nonexistent-preinclude.h %s > %t
// RUN: grep -F nonexistent-preinclude.h %t
// RUN: grep -F nonexistent-ppinclude.h %t
// RUN: %clang -M -MG -include nonexistent-preinclude.h %s | FileCheck %s
// CHECK: nonexistent-preinclude.h
// CHECK: nonexistent-ppinclude.h
#include "nonexistent-ppinclude.h"