Skip to content

Commit

Permalink
use test/TestHelpers for Random stdlib (#25582)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Jan 17, 2018
1 parent d6f079a commit 167ef7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 126 deletions.
124 changes: 0 additions & 124 deletions stdlib/Random/test/OAs.jl

This file was deleted.

5 changes: 3 additions & 2 deletions stdlib/Random/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

using Test, SparseArrays

include("OAs.jl")
using .OAs
const BASE_TEST_PATH = joinpath(Sys.BINDIR, "..", "share", "julia", "test")
isdefined(Main, :TestHelpers) || @eval Main include(joinpath($(BASE_TEST_PATH), "TestHelpers.jl"))
using Main.TestHelpers.OAs

using Random
using Random.dSFMT
Expand Down

0 comments on commit 167ef7b

Please sign in to comment.