diff options
Diffstat (limited to 'test/binaryen.js/kitchen-sink.js')
-rw-r--r-- | test/binaryen.js/kitchen-sink.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/binaryen.js/kitchen-sink.js b/test/binaryen.js/kitchen-sink.js index 327cf0534..2a28cc5b2 100644 --- a/test/binaryen.js/kitchen-sink.js +++ b/test/binaryen.js/kitchen-sink.js @@ -545,9 +545,11 @@ function test_core() { // Exception handling module.try( + '', module.throw("a-event", [module.i32.const(0)]), ["a-event"], - [module.drop(module.i32.pop())] + [module.drop(module.i32.pop())], + '' ), // Atomics |