1 Commits

Author SHA1 Message Date
Arthur Sonzogni
d4bd64fbf6 Merge b7b6a48755 into 994915dbb9 2025-08-03 16:21:19 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -19,7 +19,6 @@
#include <stack> // for stack
#include <string>
#include <thread> // for thread, sleep_for
#include <thread> // for thread, sleep_for
#include <tuple> // for _Swallow_assign, ignore
#include <type_traits> // for decay_t
#include <utility> // for move, swap

View File

@@ -8,7 +8,6 @@
#include <gtest/gtest.h>
#include <thread> // for sleep_for
#include "task_runner.hpp"
namespace ftxui::task {
@@ -93,3 +92,4 @@ TEST(TaskTest, RunDelayedTask) {
} // namespace ftxui::task