Skip to content

Commit d5f81cd

Browse files
committed
Use @safetestset
1 parent 8119ad5 commit d5f81cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ using SafeTestsets, Test
2828
@safetestset "Depdendency Graph Test" begin include("dep_graphs.jl") end
2929
@safetestset "Function Registration Test" begin include("function_registration.jl") end
3030
@safetestset "Array of Array Test" begin include("build_function_arrayofarray.jl") end
31-
@testset "Latexify recipes Test" begin include("latexify.jl") end
31+
@safetestset "Latexify recipes Test" begin include("latexify.jl") end
3232
@testset "Distributed Test" begin include("distributed.jl") end
33-
@testset "Variable Utils Test" begin include("variable_utils.jl") end
33+
@safetestset "Variable Utils Test" begin include("variable_utils.jl") end
3434
println("Last test requires gcc available in the path!")
3535
@safetestset "C Compilation Test" begin include("ccompile.jl") end

0 commit comments

Comments
 (0)