We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@test_msg
1 parent d702bc5 commit bdf69d5Copy full SHA for bdf69d5
src/output_control.jl
@@ -1,6 +1,12 @@
1
# Test.get_test_result generates code that uses the following so we must import them
2
using Test: Returned, Threw, eval_test
3
4
+@static if VERSION >= v"1.13.0-DEV.300"
5
+ # https://github.com/JuliaLang/julia/commit/d934b032ea5bf63b353371ad285605128c735873
6
+ # used by `Test.do_test` in `macro test_msg`
7
+ using Test: eval_test_comparison
8
+end
9
+
10
"A cunning hack to carry extra message along with the original expression in a test"
11
struct ExprAndMsg
12
ex
0 commit comments