mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
std.zig: don't try to unit test a separate exe
This results in "file exists in multiple modules" errors. A future commit should move these subcommands to outside std/.
This commit is contained in:
parent
d661f0f35b
commit
ba575595bb
@ -911,8 +911,4 @@ test {
|
|||||||
_ = primitives;
|
_ = primitives;
|
||||||
_ = string_literal;
|
_ = string_literal;
|
||||||
_ = system;
|
_ = system;
|
||||||
|
|
||||||
// This is not standard library API; it is the standalone executable
|
|
||||||
// implementation of `zig fmt`.
|
|
||||||
_ = @import("zig/fmt.zig");
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user