Skip to content

Commit

Permalink
Remove running of examples/enum.jl from test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Feb 12, 2015
1 parent cce9a74 commit 9533436
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/examples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ include(joinpath(dir, "bubblesort.jl"))
a = rand(1:100,100)
@test issorted(sort!(a;alg=BubbleSort))

include(joinpath(dir, "enum.jl"))
@enum TestEnum TestEnum1 TestEnum2 TestEnum3
@test [TestEnum1.n,TestEnum2.n,TestEnum3.n] == [0,1,2]

include(joinpath(dir, "lru.jl"))
include(joinpath(dir, "lru_test.jl"))

Expand Down

0 comments on commit 9533436

Please sign in to comment.