Skip to content

Commit fba2287

Browse files
committed
Add dummy symbols for Swift runtime unit tests
1 parent 1b42ca3 commit fba2287

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

unittests/runtime/Stdlib.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,3 +520,11 @@ const long long $ss7KeyPathCMo[1] = {0};
520520

521521
SWIFT_RUNTIME_STDLIB_INTERNAL
522522
const long long $ss12__SwiftValueCMn[1] = {0};
523+
524+
// Never and Error
525+
526+
SWIFT_RUNTIME_STDLIB_INTERNAL
527+
const long long $ss5NeverOMn[1] = {0};
528+
529+
SWIFT_RUNTIME_STDLIB_INTERNAL
530+
const long long $ss5ErrorMp[1] = {0};

0 commit comments

Comments
 (0)