Skip to content

Commit

Permalink
Remove nonexistent macro from exports
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Jun 14, 2018
1 parent 307694f commit dec2417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Test/src/Test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export @test, @test_throws, @test_broken, @test_skip,

export @testset
# Legacy approximate testing functions, yet to be included
export @inferred, @weakly_inferred
export @inferred
export detect_ambiguities, detect_unbound_args
export GenericString, GenericSet, GenericDict, GenericArray
export guardsrand, TestSetException
Expand Down

0 comments on commit dec2417

Please sign in to comment.