changed sync directory location for spinlock test

This commit is contained in:
Dominik Tomičević 2015-07-04 11:56:09 +02:00
parent bae1462f39
commit cd9eded8df

View File

@ -5,7 +5,7 @@
#include <atomic>
#include "catch.hpp"
#include "utils/sync/spinlock.hpp"
#include "sync/spinlock.hpp"
TEST_CASE("a thread can acquire and release the lock", "[spinlock]")
{