mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
@@ -15,7 +15,7 @@ TEST_F(WaitUntilCommandTest, WaitUntilCommandSchedule) {
|
||||
|
||||
bool finished = false;
|
||||
|
||||
auto command = cmd::WaitUntil([&finished] { return finished; });
|
||||
auto command = WaitUntil([&finished] { return finished; });
|
||||
|
||||
scheduler.Schedule(command);
|
||||
scheduler.Run();
|
||||
|
||||
Reference in New Issue
Block a user