diff options
Diffstat (limited to 'test/Preprocessor/undef-error.c')
-rw-r--r-- | test/Preprocessor/undef-error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/undef-error.c b/test/Preprocessor/undef-error.c index ad611decedda..959c163e031d 100644 --- a/test/Preprocessor/undef-error.c +++ b/test/Preprocessor/undef-error.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -pedantic-errors -verify +// RUN: %clang_cc1 %s -pedantic-errors -Wno-empty-translation-unit -verify // PR2045 #define b |