File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -209,11 +209,9 @@ set(SWIFT_BENCH_MODULES
209209 single-source /WordCount
210210 single-source /XorLoop
211211 cxx-source /CreateObjects
212- # Disabled for rdar://128520766
213- # cxx-source/CxxSetToCollection
212+ cxx-source /CxxSetToCollection
214213 cxx-source /CxxStringConversion
215- # Disabled for rdar://128520766
216- # cxx-source/CxxVectorSum
214+ cxx-source /CxxVectorSum
217215 # TODO: rdar://92120528
218216 # cxx-source/ReadAccessor
219217)
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ public let benchmarks = [BenchmarkInfo]()
2424
2525import CxxStdlibPerformance
2626import Cxx
27+ import CxxStdlib // FIXME(rdar://128520766): this import should be redundant
2728
2829public let benchmarks = [
2930 BenchmarkInfo (
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ public let benchmarks = [BenchmarkInfo]()
2424
2525import CxxStdlibPerformance
2626import Cxx
27+ import CxxStdlib // FIXME(rdar://128520766): this import should be redundant
2728
2829public let benchmarks = [
2930 BenchmarkInfo (
You can’t perform that action at this time.
0 commit comments