Commit a93a92aa by Joey Ye Committed by Joey Ye

gcov.exp (verify-intermediate): Add missing close.

2018-09-11  Joey Ye  <joey.ye@arm.com>

    * lib/gcov.exp (verify-intermediate): Add missing close.

From-SVN: r264202
parent f5da9bfb
2018-09-11 Joey Ye <joey.ye@arm.com>
* lib/gcov.exp (verify-intermediate): Add missing close.
2018-09-11 Janus Weil <janus@gcc.gnu.org>
PR fortran/86830
......
......@@ -133,6 +133,7 @@ proc verify-intermediate { testname testcase file } {
fail "$testname expected 'branch:' tag not found"
incr failed
}
close $fd
return $failed
}
......
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