summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/test/Preprocessor/assembler-with-cpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/assembler-with-cpp.c b/clang/test/Preprocessor/assembler-with-cpp.c
index bb168805785..00080cce9b3 100644
--- a/clang/test/Preprocessor/assembler-with-cpp.c
+++ b/clang/test/Preprocessor/assembler-with-cpp.c
@@ -64,7 +64,7 @@ T7(foo)
// RUN: grep 'T7 "foo"' %t &&
// Concatenation with period doesn't leave a space
-// RUN: grep '.T8' %t &&
+// RUN: grep -F '.T8' %t &&
#define T8(A,B) A ## B
T8(.,T8)
OpenPOWER on IntegriCloud