Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 87345c6

Browse files
committed
[[ ObjcDelegates ]] Fix a couple of minor issues
1 parent 0ba60ce commit 87345c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libfoundation/include/foundation-objc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ NSData *MCDataConvertToAutoreleasedNSData(MCDataRef data);
3131
#endif
3232

3333
extern MCTypeInfoRef kMCObjcDelegateCallbackSignatureErrorTypeInfo;
34-
34+
extern MCTypeInfoRef kMCObjcDelegateMappingErrorTypeInfo;
3535
#endif

tests/lcb/vm/interop-objc.lcb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ public handler TestInformalDelegateContextBadSignature()
474474
if not the operating system is in ["mac", "ios"] then
475475
skip test "objc informal delegate error omitting context param" \
476476
because "not implemented on" && the operating system
477+
return
477478
end if
478479

479480
MCUnitTestHandlerThrowsNamed(_TestInformalDelegateContextBadSignature, \

0 commit comments

Comments
 (0)