test/link/elf: fix .eh_frame test

This commit is contained in:
Jakub Konka 2023-11-09 14:51:00 +01:00
parent 1f8dd27e40
commit 50f48022f0

View File

@ -2167,7 +2167,7 @@ fn testRelocatableEhFrame(b: *Build, opts: Options) *Step {
\\ try { \\ try {
\\ try_again(); \\ try_again();
\\ } catch (const std::exception &e) { \\ } catch (const std::exception &e) {
\\ std::cout << "exception=" << e.what() << std::endl; \\ std::cout << "exception=" << e.what();
\\ } \\ }
\\ return 0; \\ return 0;
\\} \\}