diff options
Diffstat (limited to 'test/Sema/c89-2.c')
-rw-r--r-- | test/Sema/c89-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/c89-2.c b/test/Sema/c89-2.c index f6f6bd9..14b955a 100644 --- a/test/Sema/c89-2.c +++ b/test/Sema/c89-2.c @@ -1,4 +1,4 @@ -/* RUN: %clang_cc1 %s -std=c89 -pedantic-errors -verify +/* RUN: %clang_cc1 %s -std=c89 -pedantic-errors -Wno-empty-translation-unit -verify */ #if 1LL /* expected-error {{long long}} */ |