From 54a0db0daf8fd5ef307f275275e10f32ebd7d27a Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Fri, 1 Dec 2017 19:54:01 -0700 Subject: [PATCH] todo: fix #639 --- std/sort.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/std/sort.zig b/std/sort.zig index a1932c40e6..57fb0ab4c0 100644 --- a/std/sort.zig +++ b/std/sort.zig @@ -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 {