Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzhang committed Oct 22, 2024
1 parent 1bd582c commit 13d85b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions json/from_json_test.mbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ fn temp() -> Unit {
()
}


typealias TestX = Map[String, Int]

test {
let _ = temp()
let _ = temp()
let u = { "x": 3, "y": 4 }
let j = u.to_json()
let h : TestX = @json.from_json!(j)
Expand Down

0 comments on commit 13d85b0

Please sign in to comment.