Skip to content

Commit c77c366

Browse files
committed
[MachO] Fix test on llvm-x86_64-debian-dylib builder
Make the `--implicit-check-not` account for the file extension as well. This will still fail if we ever have a builder with `.dylib` in its name, and we probably want a more robust solution, but this addresses the immediate issue. Fixes #75850 Fixes #75910
1 parent 6a2a99f commit c77c366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/MachO/flat-namespace-dysyms.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# RUN: cd %t
3333
# RUN: tar -tf repro.tar | FileCheck -DPATH='%:t.dir' --check-prefix=REPRO %s
3434
# RUN: tar -xf repro.tar repro/response.txt
35-
# RUN: FileCheck --implicit-check-not=dylib --check-prefix=RESPONSE %s \
35+
# RUN: FileCheck --implicit-check-not=.dylib --check-prefix=RESPONSE %s \
3636
# RUN: < %t/repro/response.txt
3737

3838
# HEADERBITS-NOT: NOUNDEFS

0 commit comments

Comments
 (0)