Fix compilation issues that occur when building with bazel (#6008)

This commit is contained in:
PJ Reiniger
2023-12-05 00:18:26 -05:00
committed by GitHub
parent d32c10487c
commit 2676b77873
5 changed files with 4 additions and 5 deletions

View File

@@ -176,6 +176,7 @@ class MeasureTest {
}
@Test
@SuppressWarnings("SelfComparison")
void testCompare() {
var unit = new ExampleUnit(7);
var base = unit.of(1);