Skip to content

Commit 582872b

Browse files
committed
fix the show.jl test case
1 parent 6487522 commit 582872b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/show.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ let repr = sprint(dump, :(x = 1))
12631263
@test repr == "Expr\n head: Symbol =\n args: Array{Any}((2,))\n 1: Symbol x\n 2: $Int 1\n"
12641264
end
12651265
let repr = sprint(dump, Pair{String,Int64})
1266-
@test repr == "Pair{String, Int64} <: Any\n first::String\n second::Int64\n"
1266+
@test repr == "Pair{String, Int64} <: Any\n const first::String\n const second::Int64\n"
12671267
end
12681268
let repr = sprint(dump, Tuple)
12691269
@test repr == "Tuple <: Any\n"

0 commit comments

Comments
 (0)