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