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.
1 parent 4473663 commit 1a5f6eeCopy full SHA for 1a5f6ee
test/testsuite.jl
@@ -83,7 +83,7 @@ function test(AT::Type)
83
code = quote
84
$fun($AT)
85
end
86
- @eval @testset $name $code
+ @eval @testcase $name $code
87
88
89
0 commit comments