Skip to content

Commit 938306b

Browse files
committed
Update runtests.jl
1 parent 004e90d commit 938306b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Distributed
66
import Test
77

88
# Bring some names into scope, just for convenience:
9-
using Test: @testset, @test
9+
using Test: @testset, @test, @test_throws, @test_logs
1010

1111
const original_JULIA_DEBUG = strip(get(ENV, "JULIA_DEBUG", ""))
1212
if isempty(original_JULIA_DEBUG)

0 commit comments

Comments
 (0)