Skip to content

Commit

Permalink
Disable the ambiguity test
Browse files Browse the repository at this point in the history
Wait until JuliaLang/julia#36962 shakes out
  • Loading branch information
timholy committed Sep 6, 2020
1 parent 5f88e10 commit 8203071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using LoweredCodeUtils
using Test

@testset "Ambiguity" begin
@test isempty(detect_ambiguities(LoweredCodeUtils, LoweredCodeUtils.JuliaInterpreter, Base, Core))
end
# @testset "Ambiguity" begin
# @test isempty(detect_ambiguities(LoweredCodeUtils, LoweredCodeUtils.JuliaInterpreter, Base, Core))
# end

include("signatures.jl")
include("codeedges.jl")

0 comments on commit 8203071

Please sign in to comment.