ugh, missing #
authorDavid Hill <dhill@conformal.com>
Sat, 29 Jun 2013 23:21:15 +0000 (19:21 -0400)
committerDavid Hill <dhill@conformal.com>
Sat, 29 Jun 2013 23:21:15 +0000 (19:21 -0400)
src/subprocess_test.cc

index 9b903c8..f0e193b 100644 (file)
@@ -152,7 +152,7 @@ TEST_F(SubprocessTest, SetWithMulti) {
 
 // OS X's process limit is less than 1025 by default
 // (|sysctl kern.maxprocperuid| is 709 on 10.7 and 10.8 and less prior to that).
-if !defined(__APPLE__)
+#if !defined(__APPLE__)
 TEST_F(SubprocessTest, SetWithLots) {
   // Arbitrary big number; needs to be over 1024 to confirm we're no longer
   // hostage to pselect.