zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 8d6066e09cd9dbdb41f1be5b067bcff5423e2cbc (tree)
parent 8538053940bafde64941f8ebf6d559e5ade490f1
Author: Noam Preil <noam@pixelhero.dev>
Date:   Thu, 19 Nov 2020 16:46:07 -0500

Fix a dumb

Diffstat:
Msrc/test.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test.zig b/src/test.zig @@ -97,7 +97,7 @@ pub const TestContext = struct { /// This is a slice containing the expected message. Execution: []const u8, /// A header update compiles the input with the equivalent of - /// `-Demit_h=true` and tests the produced header against the + /// `-femit-h` and tests the produced header against the /// expected result Header: []const u8, },