diff options
Diffstat (limited to 'test/Sema/switch.c')
-rw-r--r-- | test/Sema/switch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/switch.c b/test/Sema/switch.c index f815ba4..08ab0e0 100644 --- a/test/Sema/switch.c +++ b/test/Sema/switch.c @@ -76,7 +76,7 @@ void test6() { } // PR5606 -int f0(int var) { +int f0(int var) { // expected-note{{'var' declared here}} switch (va) { // expected-error{{use of undeclared identifier 'va'}} case 1: break; |