Fixing some tests in internal test suite.
This commit is contained in:
@@ -16,7 +16,7 @@ switch (1) {
|
||||
case true:
|
||||
assert(false);
|
||||
case false:
|
||||
break;
|
||||
default:
|
||||
assert(false);
|
||||
}
|
||||
default:
|
||||
assert(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user