Skip to content

Commit b1d144b

Browse files
committed
uncomment tests
1 parent 1d51c59 commit b1d144b

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
@@ -4,7 +4,7 @@ include(dir*"/test/Turing/Turing.jl")
44
using .Turing
55

66
@testset "DynamicPPL.jl" begin
7-
#include("compiler2.jl")
8-
#include("varinfo.jl")
9-
#include("prob_macro.jl")
7+
include("compiler.jl")
8+
include("varinfo.jl")
9+
include("prob_macro.jl")
1010
end

0 commit comments

Comments
 (0)