aboutsummaryrefslogtreecommitdiff
path: root/test/base/platform/unix
diff options
context:
space:
mode:
Diffstat (limited to 'test/base/platform/unix')
-rw-r--r--test/base/platform/unix/EventLoopTest.cpp (renamed from test/base/platform/unix/TimerTest.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/base/platform/unix/TimerTest.cpp b/test/base/platform/unix/EventLoopTest.cpp
index dc3cc1ba..f5936b2a 100644
--- a/test/base/platform/unix/TimerTest.cpp
+++ b/test/base/platform/unix/EventLoopTest.cpp
@@ -1,4 +1,4 @@
-#include "cru/base/platform/unix/Timer.h"
+#include "cru/base/platform/unix/EventLoop.h"
#include <catch2/catch_test_macros.hpp>