diff options
Diffstat (limited to 'clang/test/Sema/struct-compat.c')
-rw-r--r-- | clang/test/Sema/struct-compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/struct-compat.c b/clang/test/Sema/struct-compat.c index 489ff471fab..35d8fb1aa0c 100644 --- a/clang/test/Sema/struct-compat.c +++ b/clang/test/Sema/struct-compat.c @@ -1,4 +1,4 @@ -/* RUN: clang %s -fsyntax-only -pedantic -verify +/* RUN: clang-cc %s -fsyntax-only -pedantic -verify */ extern struct {int a;} x; // expected-note {{previous definition is here}} |