build/pymake/tests/sort.mk

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:2d0d9b3c7e67
1 # sort should remove duplicates
2 all:
3 @test "$(sort x a y b z c a z b x c y)" = "a b c x y z"
4 @echo "TEST-PASS"

mercurial