Commit 7c6eb41619

jacob gw <jacoblevgw@gmail.com>
2021-03-18 13:05:31
cbe tests: fix test on windows
"\n" -> std.cstr.line_sep
1 parent 5cbb642
Changed files (1)
test
stage2
test/stage2/cbe.zig
@@ -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);
     }
 
     {