Skip to content

Commit 543acac

Browse files
committed
Update linuxmain
1 parent b4fab4c commit 543acac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Tests/SwiftPlotTests/XCTestManifests.swift

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
4757
extension 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),

0 commit comments

Comments
 (0)