From 7a6d64870df49303d1b5a26718fda00abab8475b Mon Sep 17 00:00:00 2001 From: Frames White Date: Mon, 23 Oct 2023 23:53:03 +0800 Subject: [PATCH] Using include_test to include a test --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index b42a1456a..a9f25c55c 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -83,7 +83,7 @@ end println() - include("rulesets/SparseArrays/sparsematrix.jl") + include_test("rulesets/SparseArrays/sparsematrix.jl") println()