Codebase list test-check-clojure / 28c16f6
Indentation Gary Fredericks 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
692692
693693 (defspec shuffled-vector-is-a-permutation-of-original 100
694694 (prop/for-all [[coll permutation] original-vector-and-permutation]
695 (= (sort coll) (sort permutation))))
695 (= (sort coll) (sort permutation))))
696696
697697 ;; vector can generate large vectors; regression for TCHECK-49
698698 ;; ---------------------------------------------------------------------------