Skip to content

Commit

Permalink
std.zig: don't try to unit test a separate exe
Browse files Browse the repository at this point in the history
This results in "file exists in multiple modules" errors.

A future commit should move these subcommands to outside std/.
  • Loading branch information
andrewrk committed Feb 27, 2024
1 parent d661f0f commit ba57559
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/std/zig.zig
Original file line number Diff line number Diff line change
Expand Up @@ -911,8 +911,4 @@ test {
_ = primitives;
_ = string_literal;
_ = system;

// This is not standard library API; it is the standalone executable
// implementation of `zig fmt`.
_ = @import("zig/fmt.zig");
}

0 comments on commit ba57559

Please sign in to comment.