Skip to content

Commit

Permalink
Comment on why not using isempty
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 23, 2018
1 parent 549ea30 commit c5d5be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ambiguous.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ push!(modules, InteractiveUtils)
# https://github.com/JuliaLang/julia/issues/27408
@test length(detect_ambiguities(modules...; imported=true, recursive=true)) 2

# not using isempty so this prints more information when it fails
@test_broken detect_ambiguities(modules...; imported=true, recursive=true) == []
end # module

Expand Down

0 comments on commit c5d5be3

Please sign in to comment.