diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-06-23 01:29:18 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-06-23 01:29:18 -0400 |
| commit | 5e58aa4884995476179f5e74014c16f771e61ba3 (patch) | |
| tree | f7b7cf3bcf30351283174eca77bc609b4d29bac2 /std/std.zig | |
| parent | 38568318a087394f02cba21a9617098ccb8b58ee (diff) | |
| download | zig-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.zig | 2 |
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"); } |
