Skip to content

Commit

Permalink
Try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 9, 2024
1 parent e276575 commit 8feadc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtime/records/world.wit
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8feadc6

Please sign in to comment.