changed sync directory location for spinlock test
This commit is contained in:
parent
bae1462f39
commit
cd9eded8df
@ -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]")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user