diff options
Diffstat (limited to 'sandbox/linux/tests/main.cc')
-rw-r--r-- | sandbox/linux/tests/main.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox/linux/tests/main.cc b/sandbox/linux/tests/main.cc index 9ee384d..a736ea2 100644 --- a/sandbox/linux/tests/main.cc +++ b/sandbox/linux/tests/main.cc @@ -10,6 +10,9 @@ #include "testing/gtest/include/gtest/gtest.h" namespace sandbox { + +extern const bool kAllowForkWithThreads = false; + namespace { // Check for leaks in our tests. |