diff --git a/test/link/elf.zig b/test/link/elf.zig index 4ab7df288c..f458fbb8de 100644 --- 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; \\}