mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
@@ -15,7 +15,7 @@ TEST_F(InstantCommandTest, InstantCommandSchedule) {
|
||||
|
||||
int counter = 0;
|
||||
|
||||
auto command = cmd::RunOnce([&counter] { counter++; });
|
||||
auto command = RunOnce([&counter] { counter++; });
|
||||
|
||||
scheduler.Schedule(command);
|
||||
scheduler.Run();
|
||||
|
||||
Reference in New Issue
Block a user