diff options
Diffstat (limited to 'test/passes/log-execution.wast')
-rw-r--r-- | test/passes/log-execution.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/passes/log-execution.wast b/test/passes/log-execution.wast index 12175fbcb..f7448408a 100644 --- a/test/passes/log-execution.wast +++ b/test/passes/log-execution.wast @@ -1,4 +1,5 @@ (module + (import "env" "func" (func $import)) (func $nopp (nop) ) |