diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-02 11:44:42 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-02 11:44:42 -0800 |
commit | 1a9469b0ed84be32dc264effbe7736a03cb7b608 (patch) | |
tree | c47a3e605c5c1d8a8e54ba4c47cad4040c8a313e /test/control_flow.post.js | |
parent | 8d25878a2d49199079b7c81a396ee2d4fb03032d (diff) | |
download | binaryen-1a9469b0ed84be32dc264effbe7736a03cb7b608.tar.gz binaryen-1a9469b0ed84be32dc264effbe7736a03cb7b608.tar.bz2 binaryen-1a9469b0ed84be32dc264effbe7736a03cb7b608.zip |
add do-once and while-forever tests
Diffstat (limited to 'test/control_flow.post.js')
-rw-r--r-- | test/control_flow.post.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/control_flow.post.js b/test/control_flow.post.js index 90349b051..839806fe9 100644 --- a/test/control_flow.post.js +++ b/test/control_flow.post.js @@ -17,4 +17,6 @@ test('loop'); test('loop_break'); test('loop_continue'); test('do_loop'); +test('do_once'); +test('while_forever'); |