| author | |
| committer | |
| log | 8d6066e09cd9dbdb41f1be5b067bcff5423e2cbc |
| tree | 5425918ad7a0b8539b582d99163701ee84382dfb |
| parent | 8538053940bafde64941f8ebf6d559e5ade490f1 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/test.zig+1-1| ... | ... | @@ -97,7 +97,7 @@ pub const TestContext = struct { |
| 97 | 97 | /// This is a slice containing the expected message. |
| 98 | 98 | Execution: []const u8, |
| 99 | 99 | /// 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 | |
| 101 | 101 | /// expected result |
| 102 | 102 | Header: []const u8, |
| 103 | 103 | }, |