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/.
1 files changed, 0 insertions(+), 4 deletions(-)
lib
std
lib/std/zig.zig-4
| ... | ... | @@ -911,8 +911,4 @@ test { |
| 911 | 911 | _ = primitives; |
| 912 | 912 | _ = string_literal; |
| 913 | 913 | _ = system; |
| 914 | | |
| 915 | | // This is not standard library API; it is the standalone executable |
| 916 | | // implementation of `zig fmt`. |
| 917 | | _ = @import("zig/fmt.zig"); |
| 918 | 914 | } |