Skip to content

Commit 0c266a6

Browse files
committed
Don't suppress output from debug_utils test
1 parent d007022 commit 0c266a6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

test/debug_utils.jl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,7 @@
199199
@test retype <: Tuple
200200

201201
# Just make sure the following is runnable.
202-
# Also suppress the output since it's very long
203-
@test begin
204-
oldstd = stdout
205-
redirect_stdout(devnull)
206-
DynamicPPL.DebugUtils.model_warntype(model)
207-
redirect_stdout(oldstd)
208-
true
209-
end
202+
@test DynamicPPL.DebugUtils.model_warntype(model) isa Any
210203
end
211204
end
212205
end

0 commit comments

Comments
 (0)