From 6dad9fb15130515bc7eed60270263f3d8269b60f Mon Sep 17 00:00:00 2001 From: Jérôme Vouillon Date: Wed, 23 Aug 2023 22:47:33 +0200 Subject: Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894) * Update text output for `ref.cast` and `ref.test` * Update text output for `array.new_fixed` * Update tests with new syntax for `ref.cast` and `ref.test` * Update tests with new `array.new_fixed` syntax --- test/lit/array-init-static.wast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lit/array-init-static.wast') diff --git a/test/lit/array-init-static.wast b/test/lit/array-init-static.wast index 266a874a6..41915d1ed 100644 --- a/test/lit/array-init-static.wast +++ b/test/lit/array-init-static.wast @@ -12,7 +12,7 @@ (type $array (array i32)) ;; CHECK: (func $test (type $none_=>_none) ;; CHECK-NEXT: (drop - ;; CHECK-NEXT: (array.new_fixed $array + ;; CHECK-NEXT: (array.new_fixed $array 2 ;; CHECK-NEXT: (i32.const 0) ;; CHECK-NEXT: (i32.const 1) ;; CHECK-NEXT: ) -- cgit v1.2.3