| ... | @@ -97,7 +97,7 @@ pub const TestContext = struct { | ... | @@ -97,7 +97,7 @@ pub const TestContext = struct { |
| 97 | /// This is a slice containing the expected message. | 97 | /// This is a slice containing the expected message. |
| 98 | Execution: []const u8, | 98 | Execution: []const u8, |
| 99 | /// A header update compiles the input with the equivalent of | 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 | /// expected result | 101 | /// expected result |
| 102 | Header: []const u8, | 102 | Header: []const u8, |
| 103 | }, | 103 | }, |