diff options
Diffstat (limited to 'test/passes/asyncify_pass-arg=asyncify-verbose.wast')
-rw-r--r-- | test/passes/asyncify_pass-arg=asyncify-verbose.wast | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test/passes/asyncify_pass-arg=asyncify-verbose.wast b/test/passes/asyncify_pass-arg=asyncify-verbose.wast deleted file mode 100644 index 1b1ebf235..000000000 --- a/test/passes/asyncify_pass-arg=asyncify-verbose.wast +++ /dev/null @@ -1,17 +0,0 @@ -(module - (memory 1 2) - (import "env" "import" (func $import)) - (func $calls-import - (call $import) - ) - (func $calls-calls-import - (call $calls-import) - ) - (func $calls-calls-calls-import - (call $calls-calls-import) - ) - (func $nothing - (nop) - ) -) - |