Skip to content

Commit ea32fae

Browse files
committed
[lld-macho][nfc] Fix up missing FileCheck on objc.s
I'll be making changes to the ObjC implementation (bug fix) in a later change, and I noticed that this test isn't being tested at all. Fix that up here separately so further changes are easier to differentiate. Reviewed By: #lld-macho, thakis, int3 Differential Revision: https://reviews.llvm.org/D139396
1 parent 0478401 commit ea32fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/MachO/objc.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
## TODO: Load has-objc-symbol.o prior to symbol resolution to match the archive behavior.
6868
# RUN: not %lld -dylib %t/refs-dup.o %t/refs-objc.o -o %t/refs-dup --start-lib %t/no-objc.o \
6969
# RUN: %t/has-objc-symbol.o %t/has-objc-category.o %t/has-swift.o %t/wrong-arch.o --end-lib \
70-
# RUN: -ObjC --check-prefix=DUP-FROM-OBJC
70+
# RUN: -ObjC 2>&1 | FileCheck %s --check-prefix=DUP-ERROR
7171

7272
#--- has-objc-symbol.s
7373
.globl _OBJC_CLASS_$_MyObject, _has_dup

0 commit comments

Comments
 (0)