Skip to content

Commit 356c8e4

Browse files
committed
up
1 parent 7c78523 commit 356c8e4

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
@@ -1,7 +1,7 @@
11
### Preparations ###
22

3-
# Fetch packages.
4-
using SafeTestsets
3+
# Required for `@safetestset` and `@testset`, respectively.
4+
using SafeTestsets, Test
55

66
# Required for running parallel test groups (copied from ModelingToolkit).
77
const GROUP = get(ENV, "GROUP", "All")

0 commit comments

Comments
 (0)