commit 50f48022f04b747bb2624858df89366dfc63b0a4 (tree) parent 1f8dd27e40bb455da85bfb1ae655ad63bc05ea08 Author: Jakub Konka <kubkon@jakubkonka.com> Date: Thu, 9 Nov 2023 14:51:00 +0100 test/link/elf: fix .eh_frame test Diffstat:
| M | test/link/elf.zig | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/link/elf.zig b/test/link/elf.zig @@ -2167,7 +2167,7 @@ fn testRelocatableEhFrame(b: *Build, opts: Options) *Step { \\ try { \\ try_again(); \\ } catch (const std::exception &e) { - \\ std::cout << "exception=" << e.what() << std::endl; + \\ std::cout << "exception=" << e.what(); \\ } \\ return 0; \\}