more cases to test added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 12 Dec 2007 01:51:01 +0000 (01:51 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 12 Dec 2007 01:51:01 +0000 (01:51 +0000)
[r18695]

parsetest/shouldfail/switches.c

index 9c1bf7a..a93a34e 100644 (file)
@@ -10,6 +10,8 @@ int main(int argc) {
        }
        case 1:
                break;
+       default: continue;
+
 
        switch (argc) {
        case 1: