Commit 54a0db0daf

Josh Wolfe <thejoshwolfe@gmail.com>
2017-12-02 03:54:01
todo: fix #639
1 parent 67b8b00
Changed files (1)
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 {