tests(util/rb_tree): wrap tst6 with #if !defined
This commit is contained in:
parent
841761e9bd
commit
468abb72b8
1 changed files with 2 additions and 0 deletions
|
@ -241,7 +241,9 @@ int main() {
|
|||
tst3();
|
||||
tst4();
|
||||
tst5();
|
||||
#if !defined(__APPLE__) && defined(LEAN_MULTI_THREAD)
|
||||
tst6();
|
||||
#endif
|
||||
return has_violations() ? 1 : 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue