This commit is contained in:
Josh Wolfe 2017-12-01 19:54:01 -07:00
parent 67b8b00c44
commit 54a0db0daf

View File

@ -73,7 +73,8 @@ fn reverse(was: Cmp) -> Cmp {
test "stable sort" {
testStableSort();
comptime testStableSort();
// TODO: uncomment this after https://github.com/zig-lang/zig/issues/639
//comptime testStableSort();
}
fn testStableSort() {
var expected = []IdAndValue {