Skip to content

Commit

Permalink
[test] Fix SwiftRuntimeLongTests after symbol renaming. (swiftlang#13230
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Greg Parker authored and David Ungar committed Dec 5, 2017
1 parent ba77188 commit 1c0a748
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions unittests/runtime/Stdlib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,22 @@ bool _swift_dictionaryDownCastConditionalIndirect(OpaqueValue *destination,
abort();
}

SWIFT_CC(swift) SWIFT_RUNTIME_STDLIB_INTERNAL
void _bridgeNonVerbatimBoxedValue(const OpaqueValue *sourceValue,
OpaqueValue *destValue,
const Metadata *nativeType) {
abort();
}

SWIFT_CC(swift) SWIFT_RUNTIME_STDLIB_INTERNAL
void _bridgeNonVerbatimFromObjectiveCToAny(HeapObject *sourceValue,
OpaqueValue *destValue) {
abort();
}


// ErrorObject

SWIFT_CC(swift) SWIFT_RUNTIME_STDLIB_INTERNAL
int _T0s13_getErrorCodeSiSPyxGs0B0RzlF(void *) {
abort();
Expand Down

0 comments on commit 1c0a748

Please sign in to comment.