File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ set(SWIFT_BENCH_MODULES
37
37
single-source/CaptureProp
38
38
single-source/Chars
39
39
single-source/ClassArrayGetter
40
- single-source/Data
41
40
single-source/DeadArray
42
41
single-source/DictionaryBridge
43
42
single-source/DictionaryLiteral
@@ -53,6 +52,7 @@ set(SWIFT_BENCH_MODULES
53
52
single-source/Hash
54
53
single-source/Histogram
55
54
single-source/Integrate
55
+ single-source/IterateData
56
56
single-source/Join
57
57
single-source/LinkedList
58
58
single-source/MapReduce
Original file line number Diff line number Diff line change 1
- //===--- Data .swift ------- ------------------------------------------------===//
1
+ //===--- IterateData .swift ------------------------------------------------===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ import Calculator
38
38
import CaptureProp
39
39
import Chars
40
40
import ClassArrayGetter
41
- import Data
42
41
import DeadArray
43
42
import DictTest
44
43
import DictTest2
@@ -54,6 +53,7 @@ import Hanoi
54
53
import Hash
55
54
import Histogram
56
55
import Integrate
56
+ import IterateData
57
57
import Join
58
58
import LinkedList
59
59
import MapReduce
You can’t perform that action at this time.
0 commit comments