Skip to content

Commit 0aee3b3

Browse files
committed
update checks
1 parent f35a3b0 commit 0aee3b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/lit/passes/precompute-strings.wast

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,9 @@
226226

227227
;; CHECK: (func $slice-bad (type $2) (result (ref string))
228228
;; CHECK-NEXT: (stringview_wtf16.slice
229-
;; CHECK-NEXT: (string.const "abcd\c2\a3fgh")
229+
;; CHECK-NEXT: (string.as_wtf16
230+
;; CHECK-NEXT: (string.const "abcd\c2\a3fgh")
231+
;; CHECK-NEXT: )
230232
;; CHECK-NEXT: (i32.const 3)
231233
;; CHECK-NEXT: (i32.const 6)
232234
;; CHECK-NEXT: )

0 commit comments

Comments
 (0)