summaryrefslogtreecommitdiff
path: root/test/control_flow.post.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/control_flow.post.js')
-rw-r--r--test/control_flow.post.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/control_flow.post.js b/test/control_flow.post.js
index 839806fe9..823580e7b 100644
--- a/test/control_flow.post.js
+++ b/test/control_flow.post.js
@@ -19,4 +19,8 @@ test('loop_continue');
test('do_loop');
test('do_once');
test('while_forever');
+test('switch');
+test('switch_nodefault');
+test('switch_rdefault');
+test('switch_fallthrough');