diff options
Diffstat (limited to 'test/errors.py')
-rw-r--r-- | test/errors.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/errors.py b/test/errors.py index f94ebe5..545db5a 100644 --- a/test/errors.py +++ b/test/errors.py @@ -2,9 +2,10 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" +import TestCmd import TestSCons -test = TestSCons.TestSCons() +test = TestSCons.TestSCons(match = TestCmd.match_re) test.write('SConstruct1', """ a ! x |