guality.exp (check_guality): Fix `test_counts' restoration.

* g++.dg/guality/guality.exp (check_guality): Fix `test_counts'
	restoration.

From-SVN: r217615
This commit is contained in:
Maciej W. Rozycki 2014-11-15 23:20:18 +00:00 committed by Maciej W. Rozycki
parent fc8b127a00
commit f5f0826428
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-11-15 Maciej W. Rozycki <macro@codesourcery.com>
* g++.dg/guality/guality.exp (check_guality): Fix `test_counts'
restoration.
2014-11-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
* gcc.dg/atomic/c11-atomic-exec-5.c

View File

@ -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
}