diff options
Diffstat (limited to 'std/os/linux.zig')
| -rw-r--r-- | std/os/linux.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/os/linux.zig b/std/os/linux.zig index 4a3cd59132..40e9fa5108 100644 --- a/std/os/linux.zig +++ b/std/os/linux.zig @@ -4,7 +4,7 @@ pub const is_the_target = builtin.os == .linux; pub const sys = @import("linux/sys.zig"); pub use if (builtin.link_libc) std.c else sys; -test "import" { +test "" { if (is_the_target) { _ = @import("linux/test.zig"); } |
