mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
aab1b4ef7b
--HG-- extra : rebase_source : 0a39a2a1578856f7c9c15b4e43b58961dc8088a7
5 lines
113 B
Makefile
5 lines
113 B
Makefile
# sort should remove duplicates
|
|
all:
|
|
@test "$(sort x a y b z c a z b x c y)" = "a b c x y z"
|
|
@echo "TEST-PASS"
|