diff options
-rw-r--r-- | test/Preprocessor/dependencies-and-pp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Preprocessor/dependencies-and-pp.c b/test/Preprocessor/dependencies-and-pp.c index 8bc245f78a..fb49638040 100644 --- a/test/Preprocessor/dependencies-and-pp.c +++ b/test/Preprocessor/dependencies-and-pp.c @@ -4,7 +4,8 @@ // RUN: %clang -E -MD -MF %t.d -MT foo -o %t.2 %s // RUN: diff %t.1 %t.2 // RUN: FileCheck -check-prefix=TEST1 %s < %t.d -// TEST1: foo: {{.*}}dependencies-and-pp.c +// TEST1: foo: +// TEST1: dependencies-and-pp.c // Test -MQ flag without quoting |