diff options
Diffstat (limited to 'clang/test/Parser/pointer_promotion.c')
-rw-r--r-- | clang/test/Parser/pointer_promotion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/pointer_promotion.c b/clang/test/Parser/pointer_promotion.c index 18cd9687b70..9d9a5265676 100644 --- a/clang/test/Parser/pointer_promotion.c +++ b/clang/test/Parser/pointer_promotion.c @@ -1,4 +1,4 @@ -// RUN: clang -parse-ast-check %s +// RUN: clang -parse-ast -verify %s int test() { void *vp; |