add std.ascii to std.std test "std"

This commit is contained in:
Rohlem 2019-03-29 12:04:26 +01:00 committed by Andrew Kelley
parent d494a5f4cf
commit a824a8c687

View File

@ -62,6 +62,7 @@ test "std" {
_ = @import("segmented_list.zig");
_ = @import("spinlock.zig");
_ = @import("ascii.zig");
_ = @import("base64.zig");
_ = @import("build.zig");
_ = @import("c.zig");