summaryrefslogtreecommitdiff
path: root/test/Parser/compound_literal.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/compound_literal.c')
-rw-r--r--test/Parser/compound_literal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/compound_literal.c b/test/Parser/compound_literal.c
index ef4576d18f..a5383cc40f 100644
--- a/test/Parser/compound_literal.c
+++ b/test/Parser/compound_literal.c
@@ -1,4 +1,4 @@
-// RUN: clang -parse-ast-check %s
+// RUN: clang -parse-ast -verify %s
int main() {
char *s;
s = (char []){"whatever"};