From 8feadc6c96c317d147bf942879666b6003bec42d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 9 Jan 2024 13:50:53 -0800 Subject: [PATCH] Try to fix test --- tests/runtime/records/world.wit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtime/records/world.wit b/tests/runtime/records/world.wit index 5699794a1..d85ed0a07 100644 --- a/tests/runtime/records/world.wit +++ b/tests/runtime/records/world.wit @@ -39,7 +39,7 @@ interface test { } roundtrip-flags3: func(a: flag8, b: flag16, c: flag32, d: flag64) -> - (f8: flag8, f16: flag16, f32: flag32, f64: flag64); + (f8: flag8, f16: flag16, %f32: flag32, %f64: flag64); record r1 { a: u8, b: f1 } roundtrip-record1: func(a: r1) -> r1;