summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/overflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/overflow.c')
-rw-r--r--test/Preprocessor/overflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/overflow.c b/test/Preprocessor/overflow.c
index 297a35e658..a921441b00 100644
--- a/test/Preprocessor/overflow.c
+++ b/test/Preprocessor/overflow.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -Eonly %s -verify -triple i686-pc-linux-gnu
+// RUN: %clang_cc1 -Eonly %s -verify -triple i686-pc-linux-gnu
// Multiply signed overflow
#if 0x7FFFFFFFFFFFFFFF*2 // expected-warning {{overflow}}