mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[cxx-interop] Workaround a modularization issue in benchmarks
`import CxxStdlib` should not be required, since `CxxStdlibPerformance` transitively imports the C++ stdlib, but having the explicit import works around a modularization issue (rdar://128520766). rdar://136330247
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
import TestsUtils
|
||||
import CxxStdlibPerformance
|
||||
import CxxStdlib // FIXME(rdar://128520766): this import should be redundant
|
||||
|
||||
let iterRepeatFactor = 7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user