Commit 50f48022f0

Jakub Konka <kubkon@jakubkonka.com>
2023-11-09 14:51:00
test/link/elf: fix .eh_frame test
1 parent 1f8dd27
Changed files (1)
test
link
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;
         \\}