[Runtime testing] Fix link errors caused by duplicated symbol __throw_length_error
This commit is contained in:
committed by
Ilya Matveev
parent
a452346385
commit
788dd1c210
@@ -100,7 +100,6 @@ targetList.forEach { targetName ->
|
||||
"${targetName}StdAllocRuntimeTests",
|
||||
listOf(
|
||||
"${targetName}Runtime",
|
||||
"${targetName}TestSupport",
|
||||
"${targetName}Strict",
|
||||
"${targetName}Release",
|
||||
"${targetName}StdAlloc"
|
||||
@@ -112,7 +111,6 @@ targetList.forEach { targetName ->
|
||||
"${targetName}MimallocRuntimeTests",
|
||||
listOf(
|
||||
"${targetName}Runtime",
|
||||
"${targetName}TestSupport",
|
||||
"${targetName}Strict",
|
||||
"${targetName}Release",
|
||||
"${targetName}Mimalloc",
|
||||
|
||||
Reference in New Issue
Block a user