Skip to content

Commit e7512ae

Browse files
committed
Fix UndefVarError: eval_test_function not defined
1 parent bdf69d5 commit e7512ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/output_control.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using Test: Returned, Threw, eval_test
44
@static if VERSION >= v"1.13.0-DEV.300"
55
# https://github.com/JuliaLang/julia/commit/d934b032ea5bf63b353371ad285605128c735873
66
# used by `Test.do_test` in `macro test_msg`
7-
using Test: eval_test_comparison
7+
using Test: eval_test_comparison, eval_test_function
88
end
99

1010
"A cunning hack to carry extra message along with the original expression in a test"

0 commit comments

Comments
 (0)