| author | |
| committer | |
| log | 7c6eb4161912f1c66acbdd341339e6cca8c410d8 |
| tree | fa4d8600d07e677c2b629f02a0decfc634ac32e8 |
| parent | 5cbb642525fa92e16dd3c9e978a9f8a34734de4c |
"\n" -> std.cstr.line_sep1 files changed, 1 insertions(+), 1 deletions(-)
test/stage2/cbe.zig+1-1| ... | ... | @@ -51,7 +51,7 @@ pub fn addCases(ctx: *TestContext) !void { |
| 51 | 51 | \\ _ = printf("Hello, %s!\n", "world"); |
| 52 | 52 | \\ return 0; |
| 53 | 53 | \\} |
| 54 | , "Hello, world!\n"); | |
| 54 | , "Hello, world!" ++ std.cstr.line_sep); | |
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | { |