summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/implicit-int.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/implicit-int.c')
-rw-r--r--clang/test/Sema/implicit-int.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/implicit-int.c b/clang/test/Sema/implicit-int.c
index 28962531c96..71a5724a1ff 100644
--- a/clang/test/Sema/implicit-int.c
+++ b/clang/test/Sema/implicit-int.c
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only %s -verify -pedantic
+// RUN: clang-cc -fsyntax-only %s -verify -pedantic
foo() { // expected-warning {{type specifier missing, defaults to 'int'}}
}
OpenPOWER on IntegriCloud