Skip to content

Commit 7e56bae

Browse files
committed
added tests so we remeber they're there
1 parent 2f6ccfb commit 7e56bae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ include("test_util.jl")
7171
include("ad.jl")
7272
end
7373

74+
@testset "prob and logprob macro" begin
75+
@test_throws ErrorException prob"..."
76+
@test_throws ErrorException logprob"..."
77+
end
78+
7479
@testset "doctests" begin
7580
DocMeta.setdocmeta!(
7681
DynamicPPL,

0 commit comments

Comments
 (0)