From 397a06e5992b11eb89493b0ebce08990bd2830c2 Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Thu, 8 Jul 2021 18:15:13 +0000 Subject: Port test/passes/asyncify* to lit (#3970) --- ...-addlist@foo_pass-arg=asyncify-ignore-indirect.wast | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 test/passes/asyncify_pass-arg=asyncify-addlist@foo_pass-arg=asyncify-ignore-indirect.wast (limited to 'test/passes/asyncify_pass-arg=asyncify-addlist@foo_pass-arg=asyncify-ignore-indirect.wast') diff --git a/test/passes/asyncify_pass-arg=asyncify-addlist@foo_pass-arg=asyncify-ignore-indirect.wast b/test/passes/asyncify_pass-arg=asyncify-addlist@foo_pass-arg=asyncify-ignore-indirect.wast deleted file mode 100644 index a7541d5ad..000000000 --- a/test/passes/asyncify_pass-arg=asyncify-addlist@foo_pass-arg=asyncify-ignore-indirect.wast +++ /dev/null @@ -1,18 +0,0 @@ -(module - (type $t (func)) - (memory 1 2) - (table 1 funcref) - (elem (i32.const 0)) - (import "env" "import" (func $import)) - (func $foo ;; doesn't look like it needs instrumentation, but in add list - (call $nothing) - (call_indirect (type $t) (i32.const 0)) - ) - (func $bar ;; doesn't look like it needs instrumentation, and not in add list - (call $nothing) - (call_indirect (type $t) (i32.const 0)) - ) - (func $nothing - ) -) - -- cgit v1.2.3