diff options
Diffstat (limited to 'test/exceptions')
-rw-r--r-- | test/exceptions/bad-throw.txt | 2 | ||||
-rw-r--r-- | test/exceptions/bad-try.txt | 2 | ||||
-rw-r--r-- | test/exceptions/catch-all-not-last.txt | 2 | ||||
-rw-r--r-- | test/exceptions/rethrow-not-in-catch.txt | 2 | ||||
-rw-r--r-- | test/exceptions/rethrow-to-wrong-block.txt | 2 | ||||
-rw-r--r-- | test/exceptions/try-exports.txt | 2 | ||||
-rw-r--r-- | test/exceptions/try-imports.txt | 2 | ||||
-rw-r--r-- | test/exceptions/try-text.txt | 2 | ||||
-rw-r--r-- | test/exceptions/try.txt | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/test/exceptions/bad-throw.txt b/test/exceptions/bad-throw.txt index 5558c8a7..b02b3e6e 100644 --- a/test/exceptions/bad-throw.txt +++ b/test/exceptions/bad-throw.txt @@ -1,4 +1,4 @@ -;;; TOOL: wast2wasm +;;; TOOL: wat2wasm ;;; FLAGS: --enable-exceptions -v ;;; ERROR: 1 (module diff --git a/test/exceptions/bad-try.txt b/test/exceptions/bad-try.txt index 2321da47..808235fd 100644 --- a/test/exceptions/bad-try.txt +++ b/test/exceptions/bad-try.txt @@ -1,4 +1,4 @@ -;;; TOOL: wast2wasm +;;; TOOL: wat2wasm ;;; ERROR: 1 (module (func (result i32) diff --git a/test/exceptions/catch-all-not-last.txt b/test/exceptions/catch-all-not-last.txt index 67cbcdc6..6833c807 100644 --- a/test/exceptions/catch-all-not-last.txt +++ b/test/exceptions/catch-all-not-last.txt @@ -1,4 +1,4 @@ -;;; TOOL: wast2wasm +;;; TOOL: wat2wasm ;;; FLAGS: --enable-exceptions -v ;;; ERROR: 1 (module diff --git a/test/exceptions/rethrow-not-in-catch.txt b/test/exceptions/rethrow-not-in-catch.txt index cfa9a3a2..2f9c4cb3 100644 --- a/test/exceptions/rethrow-not-in-catch.txt +++ b/test/exceptions/rethrow-not-in-catch.txt @@ -1,4 +1,4 @@ -;;; TOOL: wast2wasm +;;; TOOL: wat2wasm ;;; FLAGS: --enable-exceptions -v ;;; ERROR: 1 (module diff --git a/test/exceptions/rethrow-to-wrong-block.txt b/test/exceptions/rethrow-to-wrong-block.txt index 8bd08e60..9a932706 100644 --- a/test/exceptions/rethrow-to-wrong-block.txt +++ b/test/exceptions/rethrow-to-wrong-block.txt @@ -1,4 +1,4 @@ -;;; TOOL: wast2wasm +;;; TOOL: wat2wasm ;;; FLAGS: --enable-exceptions -v ;;; ERROR: 1 (module diff --git a/test/exceptions/try-exports.txt b/test/exceptions/try-exports.txt index b1310ba2..500c87c8 100644 --- a/test/exceptions/try-exports.txt +++ b/test/exceptions/try-exports.txt @@ -1,4 +1,4 @@ -;;; TOOL: wast2wasm +;;; TOOL: wat2wasm ;;; FLAGS: --enable-exceptions -v (module (except $ex i32) diff --git a/test/exceptions/try-imports.txt b/test/exceptions/try-imports.txt index 85f854e8..51b09947 100644 --- a/test/exceptions/try-imports.txt +++ b/test/exceptions/try-imports.txt @@ -1,4 +1,4 @@ -;;; TOOL: wast2wasm +;;; TOOL: wat2wasm ;;; FLAGS: --enable-exceptions -v (module (import "c++" "except" (except $ex i32)) diff --git a/test/exceptions/try-text.txt b/test/exceptions/try-text.txt index 3f2d5adb..4247b744 100644 --- a/test/exceptions/try-text.txt +++ b/test/exceptions/try-text.txt @@ -1,4 +1,4 @@ -;;; TOOL: wast2wasm +;;; TOOL: wat2wasm ;;; FLAGS: --enable-exceptions -v (module (except $ex i32) diff --git a/test/exceptions/try.txt b/test/exceptions/try.txt index a18a977b..879aff7c 100644 --- a/test/exceptions/try.txt +++ b/test/exceptions/try.txt @@ -1,4 +1,4 @@ -;;; TOOL: wast2wasm +;;; TOOL: wat2wasm ;;; FLAGS: --enable-exceptions -v (module (except $ex i32) |