diff --git a/test/spinlock.cpp b/test/spinlock.cpp index 91a8dfdcd..352df8c00 100644 --- a/test/spinlock.cpp +++ b/test/spinlock.cpp @@ -5,7 +5,7 @@ #include #include "catch.hpp" -#include "utils/sync/spinlock.hpp" +#include "sync/spinlock.hpp" TEST_CASE("a thread can acquire and release the lock", "[spinlock]") {