summaryrefslogtreecommitdiffstats
path: root/test/Lexer/conflict-marker.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Lexer/conflict-marker.c')
-rw-r--r--test/Lexer/conflict-marker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Lexer/conflict-marker.c b/test/Lexer/conflict-marker.c
index be2672b033..f86111c3aa 100644
--- a/test/Lexer/conflict-marker.c
+++ b/test/Lexer/conflict-marker.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -verify -fsyntax-only
+// RUN: %clang_cc1 %s -verify -fsyntax-only
// Test that we recover gracefully from conflict markers left in input files.
// PR5238