diff options
Diffstat (limited to 'test/binaryen.js/exception-handling.js')
-rw-r--r-- | test/binaryen.js/exception-handling.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/binaryen.js/exception-handling.js b/test/binaryen.js/exception-handling.js index b3c9974e7..3f5f6de74 100644 --- a/test/binaryen.js/exception-handling.js +++ b/test/binaryen.js/exception-handling.js @@ -19,7 +19,9 @@ module.setFeatures(binaryen.Features.ReferenceTypes | var event_ = module.addEvent("e", 0, binaryen.i32, binaryen.none); // (try -// (throw $e (i32.const 0)) +// (do +// (throw $e (i32.const 0)) +// ) // (catch // ;; We don't support multi-value yet. Use locals instead. // (local.set 0 (exnref.pop)) |