diff options
Diffstat (limited to 'test/lit/exec')
-rw-r--r-- | test/lit/exec/strings.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/exec/strings.wast b/test/lit/exec/strings.wast index d2bf39191..0d5bb7dc4 100644 --- a/test/lit/exec/strings.wast +++ b/test/lit/exec/strings.wast @@ -5,10 +5,10 @@ (module (type $array16 (array (mut i16))) - (memory 1 1) - (import "fuzzing-support" "log-i32" (func $log (param i32))) + (memory 1 1) + ;; CHECK: [fuzz-exec] calling new_wtf16_array ;; CHECK-NEXT: [fuzz-exec] note result: new_wtf16_array => string("ello") (func $new_wtf16_array (export "new_wtf16_array") (result stringref) |