[Runtime testing] Fix link errors caused by duplicated symbol __throw_length_error

This commit is contained in:
Ilya Matveev
2020-10-06 13:26:10 +07:00
committed by Ilya Matveev
parent a452346385
commit 788dd1c210
2 changed files with 78 additions and 31 deletions
-2
View File
@@ -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",