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.
2 parents 247184d + e998ac7 commit 358449bCopy full SHA for 358449b
test/runtests.jl
@@ -3,7 +3,7 @@ using SortingAlgorithms
3
4
a = rand(1:10000, 1000)
5
6
-for alg in {TimSort, HeapSort, RadixSort}
+for alg in [TimSort, HeapSort, RadixSort]
7
b = sort(a, alg=alg)
8
@test issorted(b)
9
ix = sortperm(a, alg=alg)
0 commit comments