| author | |
| committer | |
| log | 50f48022f04b747bb2624858df89366dfc63b0a4 |
| tree | d57a6c9e3097dcab28de7ac888e368e5b85c3395 |
| parent | 1f8dd27e40bb455da85bfb1ae655ad63bc05ea08 |
1 files changed, 1 insertions(+), 1 deletions(-)
test/link/elf.zig+1-1| ... | ... | @@ -2167,7 +2167,7 @@ fn testRelocatableEhFrame(b: *Build, opts: Options) *Step { |
| 2167 | 2167 | \\ try { |
| 2168 | 2168 | \\ try_again(); |
| 2169 | 2169 | \\ } catch (const std::exception &e) { |
| 2170 | \\ std::cout << "exception=" << e.what() << std::endl; | |
| 2170 | \\ std::cout << "exception=" << e.what(); | |
| 2171 | 2171 | \\ } |
| 2172 | 2172 | \\ return 0; |
| 2173 | 2173 | \\} |