Skip to content

Commit a682337

Browse files
committed
test/spectest.wat: update to match the spec harness
cf. WebAssembly/spec#1718
1 parent f0c2758 commit a682337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/spectest.wat

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ https://github.com/WebAssembly/spec/blob/d48af683f5e6d00c13f775ab07d29a15daf9220
1818
(func (export "print_f64") (param f64))
1919
(global (export "global_i32") i32 (i32.const 666))
2020
(global (export "global_i64") i64 (i64.const 666))
21-
(global (export "global_f32") f32 (f32.const 666))
22-
(global (export "global_f64") f64 (f64.const 666))
21+
(global (export "global_f32") f32 (f32.const 666.6))
22+
(global (export "global_f64") f64 (f64.const 666.6))
2323
(table (export "table") 10 20 funcref)
2424
(memory (export "memory") 1 2)
2525
)

0 commit comments

Comments
 (0)