Oops. Properly handle empty switch statements.

This commit is contained in:
Jonathan Turner
2012-05-17 13:20:15 -07:00
parent 78f02c375e
commit 025db4ce3a
2 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
switch(true) { }
// We just have to get here without error for success
assert_equal(true, true);