forked from OSchip/llvm-project
parent
596d408718
commit
9275b21947
|
@ -20,6 +20,8 @@
|
|||
#include <mutex>
|
||||
#include <cassert>
|
||||
|
||||
#include "test_macros.h"
|
||||
|
||||
struct TestMutex {
|
||||
bool locked = false;
|
||||
TestMutex() = default;
|
||||
|
|
Loading…
Reference in New Issue