diff options
author | Diego Novillo <dnovillo@google.com> | 2012-12-03 09:53:37 -0500 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2012-12-03 09:53:37 -0500 |
commit | f15b972787dde99826750d935a2f2635608b1ce8 (patch) | |
tree | 91d857ff93895888614c84ccb525d7e650465bed /contrib/ChangeLog | |
parent | ad25c558024978a2612715d52119d10e38afd8d5 (diff) | |
download | gcc-f15b972787dde99826750d935a2f2635608b1ce8.zip gcc-f15b972787dde99826750d935a2f2635608b1ce8.tar.gz gcc-f15b972787dde99826750d935a2f2635608b1ce8.tar.bz2 |
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
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r-- | contrib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index cc1c8df..f7fee0e 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2012-12-03 Diego Novillo <dnovillo@google.com> + + * testsuite-management/validate_failures.py: Fix stale + use of 'options'. + 2012-11-30 Doug Evans <dje@google.com> * testsuite-management/validate_failures.py: Add support for @include, |