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
209
209
single-source/WordCount
210
210
single-source/XorLoop
211
211
cxx-source/CreateObjects
212
- # Disabled for rdar://128520766
213
- # cxx-source/CxxSetToCollection
212
+ cxx-source/CxxSetToCollection
214
213
cxx-source/CxxStringConversion
215
- # Disabled for rdar://128520766
216
- # cxx-source/CxxVectorSum
214
+ cxx-source/CxxVectorSum
217
215
# TODO: rdar://92120528
218
216
# cxx-source/ReadAccessor
219
217
)
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ public let benchmarks = [BenchmarkInfo]()
24
24
25
25
import CxxStdlibPerformance
26
26
import Cxx
27
+ import CxxStdlib // FIXME(rdar://128520766): this import should be redundant
27
28
28
29
public let benchmarks = [
29
30
BenchmarkInfo (
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ public let benchmarks = [BenchmarkInfo]()
24
24
25
25
import CxxStdlibPerformance
26
26
import Cxx
27
+ import CxxStdlib // FIXME(rdar://128520766): this import should be redundant
27
28
28
29
public let benchmarks = [
29
30
BenchmarkInfo (
You can’t perform that action at this time.
0 commit comments