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 bb48229..96a6eb6 100644 --- a/test/Sema/switch.c +++ b/test/Sema/switch.c @@ -77,7 +77,7 @@ void test6() { } // PR5606 -int f0(int var) { // expected-note{{'var' declared here}} +int f0(int var) { switch (va) { // expected-error{{use of undeclared identifier 'va'}} case 1: break; |