authorgravatar for thejoshwolfe@gmail.comJosh Wolfe <thejoshwolfe@gmail.com> 2017-12-01 19:54:01-07:00
committergravatar for thejoshwolfe@gmail.comJosh Wolfe <thejoshwolfe@gmail.com> 2017-12-01 19:54:01-07:00
log54a0db0daf8fd5ef307f275275e10f32ebd7d27a
tree5cba74b234189fb574fd0b9b4cf375122ee9112f
parent67b8b00c446634a6db5818bcb84f4207aad3948a

todo: fix #639


1 files changed, 2 insertions(+), 1 deletions(-)

std/sort.zig+2-1
......@@ -73,7 +73,8 @@ fn reverse(was: Cmp) -> Cmp {
7373
7474test "stable sort" {
7575 testStableSort();
76 comptime testStableSort();
76 // TODO: uncomment this after https://github.com/zig-lang/zig/issues/639
77 //comptime testStableSort();
7778}
7879fn testStableSort() {
7980 var expected = []IdAndValue {