This commit is contained in:
Simon BD 2012-10-22 21:53:37 -05:00
parent 781e446e26
commit 254a86e49e

View File

@ -751,7 +751,7 @@ impl<T: Ord> MergeState<T> {
}
array[dest] <-> self.tmp[c2];
} else if len2 == 0 {
fail ~"Coparison violates its contract!";
fail ~"Comparison violates its contract!";
} else {
assert len1 == 0;
assert len2 != 0;