authorgravatar for rohlemF@gmail.comRohlem <rohlemF@gmail.com> 2019-03-29 12:04:26+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-03-29 12:18:42-04:00
loga824a8c68783dbdb22cc51d0edad950ad8d8ed9d
treebbd80c1666c289560bd1c858ab0df20e877751cd
parentd494a5f4cf6435314bf29b662cd4cdafa35f615c

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


1 files changed, 1 insertions(+), 0 deletions(-)

std/std.zig+1
......@@ -62,6 +62,7 @@ test "std" {
6262 _ = @import("segmented_list.zig");
6363 _ = @import("spinlock.zig");
6464
65 _ = @import("ascii.zig");
6566 _ = @import("base64.zig");
6667 _ = @import("build.zig");
6768 _ = @import("c.zig");