Skip to content

Commit 8273984

Browse files
committed
Update runtests.jl
1 parent 3a7d62b commit 8273984

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,5 @@ end
7777
@test @inferred(TupleTools.diff(())) == ()
7878
@test @inferred(TupleTools.diff((1, ))) == ()
7979
@test @inferred(TupleTools.diff((1, 2, 3))) == (1, 1)
80+
81+
@test TupleTools.sort(2,1,3.0) === (1,2,3.0)

0 commit comments

Comments
 (0)