jit.exp: fix timeout bug inherited from dejagnu.exp
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 1 Dec 2014 16:18:57 +0000 (16:18 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 1 Dec 2014 16:18:57 +0000 (16:18 +0000)
gcc/testsuite/ChangeLog:
* jit.dg/jit.exp (fixed_host_execute): Fix timeout bug.

From-SVN: r218228

gcc/testsuite/ChangeLog
gcc/testsuite/jit.dg/jit.exp

index 37b5d0b670c44464d9dbdf07e08ec57761aa7e5e..e2f2dfd4bc4233b2de01bae42a3e80c59ce246e0 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-01  David Malcolm  <dmalcolm@redhat.com>
+
+       * jit.dg/jit.exp (fixed_host_execute): Fix timeout bug.
+
 2014-12-01  David Malcolm  <dmalcolm@redhat.com>
 
        PR jit/63854
index 9179a1553361f86b908509aad096975ad12bae06..2edd0483a811c309eb334e617618e7da74832baf 100644 (file)
@@ -199,7 +199,7 @@ proc fixed_host_execute {args} {
                incr timetol
                exp_continue
            } else {
-               -               catch close
+               catch close
                return "Timed out executing test case"
            }
        }