Skip to content

Commit 1d7715b

Browse files
author
Greg Parker
authored
[test] Fix SwiftRuntimeLongTests after symbol renaming. (#13230)
1 parent 6973cfd commit 1d7715b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

unittests/runtime/Stdlib.cpp

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,22 @@ bool _swift_dictionaryDownCastConditionalIndirect(OpaqueValue *destination,
120120
abort();
121121
}
122122

123+
SWIFT_CC(swift) SWIFT_RUNTIME_STDLIB_INTERNAL
124+
void _bridgeNonVerbatimBoxedValue(const OpaqueValue *sourceValue,
125+
OpaqueValue *destValue,
126+
const Metadata *nativeType) {
127+
abort();
128+
}
129+
130+
SWIFT_CC(swift) SWIFT_RUNTIME_STDLIB_INTERNAL
131+
void _bridgeNonVerbatimFromObjectiveCToAny(HeapObject *sourceValue,
132+
OpaqueValue *destValue) {
133+
abort();
134+
}
135+
136+
137+
// ErrorObject
138+
123139
SWIFT_CC(swift) SWIFT_RUNTIME_STDLIB_INTERNAL
124140
int _T0s13_getErrorCodeSiSPyxGs0B0RzlF(void *) {
125141
abort();

0 commit comments

Comments
 (0)