diff options
Diffstat (limited to 'test/option/debug-memoizer.py')
-rw-r--r-- | test/option/debug-memoizer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option/debug-memoizer.py b/test/option/debug-memoizer.py index ad35b5d..7d984de 100644 --- a/test/option/debug-memoizer.py +++ b/test/option/debug-memoizer.py @@ -34,7 +34,7 @@ import string import TestSCons -test = TestSCons.TestSCons(match = TestSCons.match_re) +test = TestSCons.TestSCons(match = TestSCons.match_re_dotall) # Find out if we support metaclasses (Python 2.2 and later). |