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 {
4444 ]
4545}
4646
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+
4757extension HistogramTests {
4858 // DO NOT MODIFY: This is autogenerated, use:
4959 // `swift test --generate-linuxmain`
@@ -118,6 +128,7 @@ public func __allTests() -> [XCTestCaseEntry] {
118128 testCase ( AGGRendererTests . __allTests__AGGRendererTests) ,
119129 testCase ( AnnotationTests . __allTests__AnnotationTests) ,
120130 testCase ( BarchartTests . __allTests__BarchartTests) ,
131+ testCase ( HeatmapTests . __allTests__HeatmapTests) ,
121132 testCase ( HistogramTests . __allTests__HistogramTests) ,
122133 testCase ( LineChartTests . __allTests__LineChartTests) ,
123134 testCase ( PerformanceTests . __allTests__PerformanceTests) ,
You can’t perform that action at this time.
0 commit comments