Skip to content

Commit 09ac46e

Browse files
committed
Fix missing qualifier
1 parent 8f1f7d8 commit 09ac46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ad.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ using DynamicPPL: LogDensityFunction
3737
@test_throws UndefRefError DynamicPPL.setadtype(ref_ldf, adtype)
3838
elseif is_mooncake && is_1_10 && is_svi_od
3939
# TODO: report upstream
40-
@test_throws Mooncake.MooncakeRuleCompilationError setadtype(
40+
@test_throws Mooncake.MooncakeRuleCompilationError DynamicPPL.setadtype(
4141
ref_ldf, adtype
4242
)
4343
else

0 commit comments

Comments
 (0)