aboutsummaryrefslogtreecommitdiff
path: root/std/std.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-06-23 01:29:18 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-06-23 01:29:18 -0400
commit5e58aa4884995476179f5e74014c16f771e61ba3 (patch)
treef7b7cf3bcf30351283174eca77bc609b4d29bac2 /std/std.zig
parent38568318a087394f02cba21a9617098ccb8b58ee (diff)
downloadzig-5e58aa4884995476179f5e74014c16f771e61ba3.tar.gz
zig-5e58aa4884995476179f5e74014c16f771e61ba3.zip
uncomment passing std lib tests
these ones getting skipped need to get fixed before merging the branch
Diffstat (limited to 'std/std.zig')
-rw-r--r--std/std.zig2
1 files changed, 1 insertions, 1 deletions
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");
}