authorgravatar for noam@pixelhero.devNoam Preil <noam@pixelhero.dev> 2020-11-19 16:46:07-05:00
committergravatar for ascottcameron@gmail.comAlex Cameron <ascottcameron@gmail.com> 2020-12-23 01:14:35+11:00
log8d6066e09cd9dbdb41f1be5b067bcff5423e2cbc
tree5425918ad7a0b8539b582d99163701ee84382dfb
parent8538053940bafde64941f8ebf6d559e5ade490f1

Fix a dumb


1 files changed, 1 insertions(+), 1 deletions(-)

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