mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
Refactor Zig imports and file structure (part 1) (#21270)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -266,7 +266,8 @@ test "Creating an inlined SmolStr does not allocate" {
|
||||
try t.expect(hello.isInlined());
|
||||
}
|
||||
|
||||
const BabyList = @import("../baby_list.zig").BabyList;
|
||||
const bun = @import("bun");
|
||||
const BabyList = bun.collections.BabyList;
|
||||
|
||||
const std = @import("std");
|
||||
const t = std.testing;
|
||||
|
||||
Reference in New Issue
Block a user