Skip to content

Commit

Permalink
fix path in SharedArray test (#23944)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson authored and KristofferC committed Oct 2, 2017
1 parent 24fe62b commit 1d3c7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/SharedArrays/test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Test, SharedArrays
include("../../../../test/testenv.jl")
include(joinpath(JULIA_HOME, "..", "share", "julia", "test", "testenv.jl"))

# Test a few "remote" invocations when no workers are present
@test remote(myid)() == 1
Expand Down

0 comments on commit 1d3c7fe

Please sign in to comment.