Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Jan 23, 2019
1 parent ab573f3 commit 89aea51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if !isdefined(Base, Symbol("@stderrcapture"))
end
end

@stderrcapture @Distributed.everywhere f1(x) = x > 0 ? 1 : 1.
@stderrcapture @everywhere f1(x) = x > 0 ? 1 : 1.
@stderrcapture function testtypecheck()
@Test.test_throws TypeError RobustPmap.rpmap(f1, [-1, 0, 1]; t=Int)
end
Expand Down

0 comments on commit 89aea51

Please sign in to comment.