Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
intsuc committed Jul 13, 2023
1 parent 762480b commit 7286e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/mcx/pass/ParseTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ object ParseTests {
modifiers = emptyList(),
name = Ranged("a", Range(Position(0, 4), Position(0, 5))),
type = Term.I32(Range(Position(0, 8), Position(0, 11))),
body = Term.NumOf(true, 0L, Range(Position(0, 15), Position(0, 16))),
body = Term.I32Of(0, Range(Position(0, 15), Position(0, 16))),
range = Range(Position(0, 0), Position(0, 16)),
)
),
Expand Down

0 comments on commit 7286e82

Please sign in to comment.