diff options
author | Steven Knight <knight@baldmt.com> | 2010-08-27 19:23:59 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-08-27 19:23:59 (GMT) |
commit | 017f807a0745357b4b9b16c52738ef5949f84b90 (patch) | |
tree | f8592e5ada48a821e83ad3df2a38e28baa4c2c88 /test/Subst | |
parent | 06a72d788b7695cfc6a6e53e9d3808a12d929b9d (diff) | |
download | SCons-017f807a0745357b4b9b16c52738ef5949f84b90.zip SCons-017f807a0745357b4b9b16c52738ef5949f84b90.tar.gz SCons-017f807a0745357b4b9b16c52738ef5949f84b90.tar.bz2 |
Python 2.7 fixes in four tests.
Diffstat (limited to 'test/Subst')
-rw-r--r-- | test/Subst/TypeError.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Subst/TypeError.py b/test/Subst/TypeError.py index ed000fd..a996a77 100644 --- a/test/Subst/TypeError.py +++ b/test/Subst/TypeError.py @@ -35,7 +35,7 @@ test = TestSCons.TestSCons(match = TestSCons.match_re_dotall) -expect_build = r"""scons: \*\*\*%s TypeError `(unsubscriptable object|'NoneType' object is unsubscriptable)' trying to evaluate `%s' +expect_build = r"""scons: \*\*\*%s TypeError `(unsubscriptable object|'NoneType' object is (not |un)subscriptable)' trying to evaluate `%s' """ expect_read = "\n" + expect_build + TestSCons.file_expr |