diff options
Diffstat (limited to 'test/passes/asyncify_pass-arg=asyncify-addlist@foo.wast')
-rw-r--r-- | test/passes/asyncify_pass-arg=asyncify-addlist@foo.wast | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/passes/asyncify_pass-arg=asyncify-addlist@foo.wast b/test/passes/asyncify_pass-arg=asyncify-addlist@foo.wast deleted file mode 100644 index beb89a66a..000000000 --- a/test/passes/asyncify_pass-arg=asyncify-addlist@foo.wast +++ /dev/null @@ -1,13 +0,0 @@ -(module - (memory 1 2) - (import "env" "import" (func $import)) - (func $foo ;; doesn't look like it needs instrumentation, but in add list - (call $nothing) - ) - (func $bar ;; doesn't look like it needs instrumentation, and not in add list - (call $nothing) - ) - (func $nothing - ) -) - |