Skip to content

Commit 1be4fef

Browse files
authored
add missing begin
1 parent 96ce804 commit 1be4fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_priority_queue.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ import Base.Order.Reverse
122122
@test_throws ArgumentError PriorityQueue(EltypeUnknownIterator(['a']))
123123
end
124124

125-
@testset "Eltype any"
125+
@testset "Eltype any" begin
126126
struct EltypeAnyIterator{T}
127127
x::T
128128
end

0 commit comments

Comments
 (0)