forked from OSchip/llvm-project
Port test/Driver/mg.c to use FileCheck instead of fgrep
Patch by İsmail Dönmez llvm-svn: 228164
This commit is contained in:
parent
e056ec32cd
commit
1d9b36227a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue