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:
parent
fc8b127a00
commit
f5f0826428
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user