diff options
Diffstat (limited to 'test/CodeGen/statements.c')
-rw-r--r-- | test/CodeGen/statements.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/statements.c b/test/CodeGen/statements.c index 1d4f633..e2bbb5a 100644 --- a/test/CodeGen/statements.c +++ b/test/CodeGen/statements.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -Wreturn-type %s -emit-llvm-only +// RUN: %clang_cc1 -Wno-error=return-type %s -emit-llvm-only void test1(int x) { switch (x) { |