aboutsummaryrefslogtreecommitdiff
path: root/std/std.zig
diff options
context:
space:
mode:
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");
}