mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
test/link/elf: fix .eh_frame test
This commit is contained in:
parent
1f8dd27e40
commit
50f48022f0
@ -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;
|
||||||
\\}
|
\\}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user