tests(util/rb_tree): wrap tst6 with #if !defined

This commit is contained in:
Soonho Kong 2014-05-02 01:39:13 -04:00
parent 841761e9bd
commit 468abb72b8

View file

@ -241,7 +241,9 @@ int main() {
tst3();
tst4();
tst5();
#if !defined(__APPLE__) && defined(LEAN_MULTI_THREAD)
tst6();
#endif
return has_violations() ? 1 : 0;
}