Skip to content

Commit aa2e093

Browse files
committed
WIP add subtype test suite
[ci skip]
1 parent c804f26 commit aa2e093

File tree

2 files changed

+495
-1
lines changed

2 files changed

+495
-1
lines changed

test/choosetests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Upon return, `tests` is a vector of fully-expanded test names, and
1616
function choosetests(choices = [])
1717
testnames = [
1818
"linalg", "subarray", "core", "inference", "keywordargs", "numbers",
19-
"printf", "char", "string", "triplequote", "unicode",
19+
"subtype", "printf", "char", "string", "triplequote", "unicode",
2020
"dates", "dict", "hashing", "iobuffer", "staged", "offsetarray",
2121
"arrayops", "tuple", "reduce", "reducedim", "random", "abstractarray",
2222
"intfuncs", "simdloop", "vecelement", "blas", "sparse",

0 commit comments

Comments
 (0)