mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
[cmd, build] Fix wpiannotation dependencies on commandsv2 (#8279)
This commit is contained in:
@@ -30,6 +30,7 @@ public abstract class SingleCompositionTestBase<T extends Command> extends Comma
|
||||
}
|
||||
|
||||
@Test
|
||||
@SuppressWarnings("NoDiscard")
|
||||
void commandInOtherCompositionTest() {
|
||||
var command = Commands.none();
|
||||
new WrapperCommand(command) {};
|
||||
|
||||
Reference in New Issue
Block a user