Do not use 'with ... as ...' in validate_failures.py
commit55b073bae6824a5252ea11a59a0660507b5b53c5
authorDiego Novillo <dnovillo@google.com>
Thu, 26 Jul 2012 15:31:00 +0000 (26 11:31 -0400)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Thu, 26 Jul 2012 15:31:00 +0000 (26 11:31 -0400)
treeae53d6cf4616fac118eef13ca6078d2edad842a1
parente902c2664729f6f4c624c01b2261b4963e7a72ef
Do not use 'with ... as ...' in validate_failures.py

Some of the hosts were we run this script are still using Python 2.4.
This patch replaces the use of 'with ... as ...' to avoid syntax errors.

2012-07-26   Diego Novillo  <dnovillo@google.com>

* testsuite-management/validate_failures.py: Do not use
'with ... as ...' constructs.

From-SVN: r189893
contrib/ChangeLog
contrib/testsuite-management/validate_failures.py