The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: build/pymake/tests/sort.mk
build/pymake/tests/sort.mk
changeset 0
6474c204b198
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"