File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,16 @@ extension BarchartTests {
44
44
]
45
45
}
46
46
47
+ extension HeatmapTests {
48
+ // DO NOT MODIFY: This is autogenerated, use:
49
+ // `swift test --generate-linuxmain`
50
+ // to regenerate.
51
+ static let __allTests__HeatmapTests = [
52
+ ( " testHeatmap_invertedMapping " , testHeatmap_invertedMapping) ,
53
+ ( " testHeatmap " , testHeatmap) ,
54
+ ]
55
+ }
56
+
47
57
extension HistogramTests {
48
58
// DO NOT MODIFY: This is autogenerated, use:
49
59
// `swift test --generate-linuxmain`
@@ -118,6 +128,7 @@ public func __allTests() -> [XCTestCaseEntry] {
118
128
testCase ( AGGRendererTests . __allTests__AGGRendererTests) ,
119
129
testCase ( AnnotationTests . __allTests__AnnotationTests) ,
120
130
testCase ( BarchartTests . __allTests__BarchartTests) ,
131
+ testCase ( HeatmapTests . __allTests__HeatmapTests) ,
121
132
testCase ( HistogramTests . __allTests__HistogramTests) ,
122
133
testCase ( LineChartTests . __allTests__LineChartTests) ,
123
134
testCase ( PerformanceTests . __allTests__PerformanceTests) ,
You can’t perform that action at this time.
0 commit comments