diff options
Diffstat (limited to 'test/lit/passes/asyncify_pass-arg=asyncify-blacklist@foo,bar.wast')
-rw-r--r-- | test/lit/passes/asyncify_pass-arg=asyncify-blacklist@foo,bar.wast | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lit/passes/asyncify_pass-arg=asyncify-blacklist@foo,bar.wast b/test/lit/passes/asyncify_pass-arg=asyncify-blacklist@foo,bar.wast index d89ff3a1a..87e62f4fb 100644 --- a/test/lit/passes/asyncify_pass-arg=asyncify-blacklist@foo,bar.wast +++ b/test/lit/passes/asyncify_pass-arg=asyncify-blacklist@foo,bar.wast @@ -5,7 +5,6 @@ ;; RUN: foreach %s %t wasm-opt --asyncify --pass-arg=asyncify-blacklist@@%S/asyncify-foo,bar-nl.txt -S -o - | filecheck %s (module - (memory 1 2) ;; CHECK: (type $0 (func)) ;; CHECK: (type $1 (func (param i32))) @@ -14,6 +13,8 @@ ;; CHECK: (import "env" "import" (func $import)) (import "env" "import" (func $import)) + + (memory 1 2) ;; CHECK: (global $__asyncify_state (mut i32) (i32.const 0)) ;; CHECK: (global $__asyncify_data (mut i32) (i32.const 0)) |