diff options
Diffstat (limited to 'test/lit/exec/strings.wast')
-rw-r--r-- | test/lit/exec/strings.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/exec/strings.wast b/test/lit/exec/strings.wast index 6aa9d7b8a..6d07ae6a8 100644 --- a/test/lit/exec/strings.wast +++ b/test/lit/exec/strings.wast @@ -9,7 +9,7 @@ ;; CHECK-NEXT: [fuzz-exec] note result: new_wtf16_array => string("ello") (func "new_wtf16_array" (result stringref) (string.new_wtf16_array - (array.init_static $array16 + (array.new_fixed $array16 (i32.const 104) ;; h (i32.const 101) ;; e (i32.const 108) ;; l |