Skip to content

Commit c02404e

Browse files
committed
[adapt to changed ld64 warning text]
1 parent 1e97540 commit c02404e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dmd/runnable/ldc_extern_weak.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// REQUIRED_ARGS(osx): -L-undefined -Ldynamic_lookup
77

88
// the linker on macOS-arm64 emits a warning
9-
// TRANSFORM_OUTPUT(osx): remove_lines("warning: -undefined dynamic_lookup may not work with chained fixups")
9+
// TRANSFORM_OUTPUT(osx): remove_lines("warning:.* -undefined dynamic_lookup")
1010

1111
extern __gshared pragma(LDC_extern_weak) int nonExistent;
1212

0 commit comments

Comments
 (0)