Fix test for pypy 3.

This commit is contained in:
Valentin Lorentz 2019-02-07 22:10:24 +01:00
parent 233deee0d3
commit 6d938e0999
1 changed files with 0 additions and 2 deletions

View File

@ -1213,7 +1213,5 @@ class UtilsPythonTest(SupyTestCase):
except:
res = utils.python.collect_extra_debug_data()
self.assertTrue(re.search('self.bar.*=.*baz', res), res)
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: