Skip to content

Commit 5fd6366

Browse files
committed
uncommented doctest
1 parent 8e7970c commit 5fd6366

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ end
7272
@testset "gen bn" begin
7373
include(joinpath(testdir, "test_genbn.jl"))
7474
end
75-
# @testset "docs" begin
76-
# include(joinpath(testdir, "test_docs.jl"))
77-
# end
75+
@testset "docs" begin
76+
include(joinpath(testdir, "test_docs.jl"))
77+
end
7878
end

0 commit comments

Comments
 (0)