From 5aef0223b193dee8ee6f3262a7db2353273b39d7 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Tue, 12 Oct 2010 17:40:52 +0000 Subject: [PATCH] Enumerate private member to fix build problem on CC --- maintenance/tests/parser/parserTest.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/tests/parser/parserTest.inc b/maintenance/tests/parser/parserTest.inc index 5f43c4708c..0324ccf6d7 100644 --- a/maintenance/tests/parser/parserTest.inc +++ b/maintenance/tests/parser/parserTest.inc @@ -56,6 +56,7 @@ class ParserTest { private $maxFuzzTestLength = 300; private $fuzzSeed = 0; private $memoryLimit = 50; + private $uploadDir = null; public $regex = ""; private $savedGlobals = array(); -- 2.20.1