LibJS: Use assertNotReached() in tests

This commit is contained in:
Linus Groh 2020-04-13 14:11:09 +01:00 committed by Andreas Kling
commit b9415dc0e9
Notes: sideshowbarker 2024-07-19 07:37:53 +09:00
8 changed files with 36 additions and 27 deletions

View file

@ -2,6 +2,7 @@ var a = "foo";
switch (a + "bar") {
case 1:
assertNotReached();
break;
case "foobar":
case 2: