diff options
Diffstat (limited to 'test/lit/exec/host-limit.wast')
-rw-r--r-- | test/lit/exec/host-limit.wast | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lit/exec/host-limit.wast b/test/lit/exec/host-limit.wast index ee59d655b..e64a47d8a 100644 --- a/test/lit/exec/host-limit.wast +++ b/test/lit/exec/host-limit.wast @@ -18,10 +18,9 @@ ;; CHECK: [fuzz-exec] calling export ;; CHECK-NEXT: [LoggingExternalInterface logging 42] ;; CHECK-NEXT: ignoring comparison of ExecutionResults! - (func "export" + (func $export (export "export") (call $log (i32.const 42) ) ) ) - |