Fix stale use of old 'options' argument.
commitf15b972787dde99826750d935a2f2635608b1ce8
authorDiego Novillo <dnovillo@google.com>
Mon, 3 Dec 2012 14:53:37 +0000 (3 09:53 -0500)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Mon, 3 Dec 2012 14:53:37 +0000 (3 09:53 -0500)
tree91d857ff93895888614c84ccb525d7e650465bed
parentad25c558024978a2612715d52119d10e38afd8d5
Fix stale use of old 'options' argument.

An earlier patch had made the command line options a global variable
_OPTIONS, but it had not renamed all the uses of the old options argument.

* testsuite-management/validate_failures.py: Fix stale
use of 'options'.

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