Skip to content

Commit 1a5f6ee

Browse files
committed
Use more coarse-grained test cases for now.
1 parent 4473663 commit 1a5f6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testsuite.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function test(AT::Type)
8383
code = quote
8484
$fun($AT)
8585
end
86-
@eval @testset $name $code
86+
@eval @testcase $name $code
8787
end
8888
end
8989

0 commit comments

Comments
 (0)