move circular buffer to src/

This commit is contained in:
Mitchell Hashimoto
2023-10-23 12:18:23 -07:00
parent 41dbbf43d2
commit 4ed6112e6d
3 changed files with 3 additions and 15 deletions

View File

@@ -283,6 +283,7 @@ pub const GlobalState = struct {
}
};
test {
_ = @import("circ_buf.zig");
_ = @import("Pty.zig");
_ = @import("Command.zig");
_ = @import("font/main.zig");