mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Fix compilation issues that occur when building with bazel (#6008)
This commit is contained in:
@@ -176,6 +176,7 @@ class MeasureTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@SuppressWarnings("SelfComparison")
|
||||
void testCompare() {
|
||||
var unit = new ExampleUnit(7);
|
||||
var base = unit.of(1);
|
||||
|
||||
Reference in New Issue
Block a user