Commit f5f08264 by Maciej W. Rozycki Committed by Maciej W. Rozycki

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

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

From-SVN: r217615
parent fc8b127a
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> 2014-11-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
* gcc.dg/atomic/c11-atomic-exec-5.c * gcc.dg/atomic/c11-atomic-exec-5.c
......
...@@ -28,7 +28,7 @@ proc check_guality {args} { ...@@ -28,7 +28,7 @@ proc check_guality {args} {
set ret [string match "*1 PASS, 0 FAIL, 0 UNRESOLVED*" $execout] set ret [string match "*1 PASS, 0 FAIL, 0 UNRESOLVED*" $execout]
} }
remote_file build delete $output 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 return $ret
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment