Skip to content

Commit

Permalink
fix the show.jl test case
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Feb 28, 2024
1 parent 6487522 commit 582872b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/show.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ let repr = sprint(dump, :(x = 1))
@test repr == "Expr\n head: Symbol =\n args: Array{Any}((2,))\n 1: Symbol x\n 2: $Int 1\n"
end
let repr = sprint(dump, Pair{String,Int64})
@test repr == "Pair{String, Int64} <: Any\n first::String\n second::Int64\n"
@test repr == "Pair{String, Int64} <: Any\n const first::String\n const second::Int64\n"
end
let repr = sprint(dump, Tuple)
@test repr == "Tuple <: Any\n"
Expand Down

0 comments on commit 582872b

Please sign in to comment.