authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2023-11-09 14:51:00+01:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2023-11-09 14:51:00+01:00
log50f48022f04b747bb2624858df89366dfc63b0a4
treed57a6c9e3097dcab28de7ac888e368e5b85c3395
parent1f8dd27e40bb455da85bfb1ae655ad63bc05ea08

test/link/elf: fix .eh_frame test


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,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 \\}