diff options
Diffstat (limited to 'Lib/test/test_re.py')
-rw-r--r-- | Lib/test/test_re.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_re.py b/Lib/test/test_re.py index cef14b0..33e9e54 100644 --- a/Lib/test/test_re.py +++ b/Lib/test/test_re.py @@ -48,7 +48,7 @@ for t in tests: # Special hack because else the string concat fails: if gi is None: gi = "None" except IndexError: - gi = "None" + gi = "Error" vardict['g%d' % i] = gi repl=eval(repl, vardict) if repl!=expected: |