Skip to content

Commit

Permalink
Merge pull request #20146 from JuliaLang/vc/fixup
Browse files Browse the repository at this point in the history
remove erroneous test for #20068
  • Loading branch information
JeffBezanson authored Jan 21, 2017
2 parents d3bac6e + 4754298 commit 8ef1352
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/inference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,3 @@ tpara18457{I}(::Type{AbstractMyType18457{I}}) = I
tpara18457{A<:AbstractMyType18457}(::Type{A}) = tpara18457(supertype(A))
@test tpara18457(MyType18457{true}) === true

# Issue 20067
@generated function foo20067{T <: Tuple}(::Type{T}, elements::Tuple)
:(T)
end
code_typed(DevNull, foo20067, (DataType, Tuple{Int, Int}))

2 comments on commit 8ef1352

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @jrevels

Please sign in to comment.