We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0f1f3 commit c323259Copy full SHA for c323259
2 files changed
test/containers.jl
@@ -1,3 +1,5 @@
1
+workspace()
2
+
3
using SimJulia
4
using ResumableFunctions
5
test/runtests.jl
@@ -9,7 +9,7 @@ for test_file in [
9
"tasks/base.jl",
10
"processes.jl",
11
"coroutines.jl",
12
- #"containers.jl",
+ "containers.jl",
13
"stores.jl",
14
"continuous.jl",]
15
include(testpath(test_file))
0 commit comments