From 5e58aa4884995476179f5e74014c16f771e61ba3 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 23 Jun 2019 01:29:18 -0400 Subject: uncomment passing std lib tests these ones getting skipped need to get fixed before merging the branch --- std/std.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/std.zig') diff --git a/std/std.zig b/std/std.zig index 1bf60f70ca..603cb10929 100644 --- a/std/std.zig +++ b/std/std.zig @@ -109,7 +109,7 @@ test "std" { _ = @import("time.zig"); _ = @import("unicode.zig"); _ = @import("valgrind.zig"); - //_ = @import("zig.zig"); + _ = @import("zig.zig"); _ = @import("debug/leb128.zig"); } -- cgit v1.2.3