Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
sort.mk
blob: e1313ad5cacb4b8ff5d73bfeae0b487f26023e55 [
file
] [
log
] [
blame
]
# 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"