On Fri, Nov 14, 2014 at 09:01:25PM +0000, Maciej W. Rozycki wrote: > 2014-11-14 Maciej W. Rozycki <ma...@codesourcery.com> > > gcc/testsuite/ > * g++.dg/guality/guality.exp (check_guality): Fix `test_counts' > restoration.
Ok, thanks. > --- gcc-fsf-trunk-quilt.orig/gcc/testsuite/g++.dg/guality/guality.exp > 2014-11-14 18:33:47.000000000 +0000 > +++ gcc-fsf-trunk-quilt/gcc/testsuite/g++.dg/guality/guality.exp > 2014-11-14 20:18:35.038856372 +0000 > @@ -28,7 +28,7 @@ proc check_guality {args} { > set ret [string match "*1 PASS, 0 FAIL, 0 UNRESOLVED*" $execout] > } > remote_file build delete $output > - array get test_counts [array get saved_test_counts] > + array set test_counts [array get saved_test_counts] > return $ret > } > Jakub