From cd9eded8dfba5b18a423fe2bfd05ac885a66e9b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Tomic=CC=8Cevic=CC=81?= Date: Sat, 4 Jul 2015 11:56:09 +0200 Subject: [PATCH] changed sync directory location for spinlock test --- test/spinlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]") {