Skip to content

Commit f290420

Browse files
committed
The outer test set can also be a plain one.
1 parent 465ef5e commit f290420

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
using SafeTestsets
1+
using SafeTestsets, Test
22

33
# these have to be included here to make show tests behave
44
using AlgorithmsInterface
55
using Dates
66

7-
@safetestset "AlgorithmsInterface.jl" begin
7+
@testset "AlgorithmsInterface.jl" begin
88
@safetestset "Newton" begin
99
include("newton.jl")
1010
end

0 commit comments

Comments
 (0)