mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 08:45:52 +00:00
cbe tests: fix test on windows
"\n" -> std.cstr.line_sep
This commit is contained in:
parent
5cbb642525
commit
7c6eb41619
@ -51,7 +51,7 @@ pub fn addCases(ctx: *TestContext) !void {
|
||||
\\ _ = printf("Hello, %s!\n", "world");
|
||||
\\ return 0;
|
||||
\\}
|
||||
, "Hello, world!\n");
|
||||
, "Hello, world!" ++ std.cstr.line_sep);
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user