Skip to content

Commit 61ace8f

Browse files
committed
[lld-macho][nfc] Change force-load.s test to actually test
I'd forgotten to change a copypasted line...
1 parent 4ae254e commit 61ace8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/MachO/force-load.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# REGULAR-THEN-FORCE-NOT: _foo
2323
## If the -force_load comes first, then the second load will just be a no-op.
2424
# RUN: %lld -lSystem -force_load %t/foo.a %t/foo.a %t/test.o -o %t/test-force-then-regular
25-
# RUN: llvm-objdump --syms %t/test-regular-then-force | FileCheck %s --check-prefix=REGULAR-THEN-FORCE
25+
# RUN: llvm-objdump --syms %t/test-force-then-regular | FileCheck %s --check-prefix=FORCE-THEN-REGULAR
2626
# FORCE-THEN-REGULAR: _foo
2727

2828
## Force-loading the same path twice is fine

0 commit comments

Comments
 (0)