From 916fff34aa9fd5f99bb146d4553ab3d71075e20a Mon Sep 17 00:00:00 2001 From: Johan Engelen Date: Mon, 1 Jul 2024 13:10:32 +0200 Subject: [PATCH] Update test17559.d --- tests/dmd/runnable/test17559.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dmd/runnable/test17559.d b/tests/dmd/runnable/test17559.d index a401e74c02..b2aae6c345 100644 --- a/tests/dmd/runnable/test17559.d +++ b/tests/dmd/runnable/test17559.d @@ -2,7 +2,7 @@ // REQUIRED_ARGS(linux freebsd dragonflybsd): -L-export-dynamic // LDC (required for Win32 and -O): REQUIRED_ARGS(windows32mscoff): -link-defaultlib-debug // LDC (FreeBSD's libexecinfo apparently doesn't like elided frame pointers): REQUIRED_ARGS(freebsd): -link-defaultlib-debug -frame-pointer=all -// LDC (our _UnwindBacktrace implementation - for musl libc - requires this): REQUIRED_ARGS(linux): -link-defaultlib-debug -frame-pointer=all +// LDC (our _UnwindBacktrace implementation - for musl libc - requires this): REQUIRED_ARGS(linux): -link-defaultlib-debug // PERMUTE_ARGS: // DISABLED: osx