From 4183c6f1a52959ab5eef540c8eec1758079554eb Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 23 Dec 2017 22:08:53 -0500 Subject: move std/debug.zig to a subdirectory self hosted compiler parser tests do some fuzz testing --- std/cstr.zig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'std/cstr.zig') diff --git a/std/cstr.zig b/std/cstr.zig index 445f7ab892..d17b69c7a1 100644 --- a/std/cstr.zig +++ b/std/cstr.zig @@ -1,5 +1,6 @@ -const debug = @import("debug.zig"); -const mem = @import("mem.zig"); +const std = @import("index.zig"); +const debug = std.debug; +const mem = std.mem; const assert = debug.assert; pub fn len(ptr: &const u8) -> usize { -- cgit v1.2.3