From: Jeff Law Date: Mon, 17 Jul 1995 16:14:48 +0000 (+0000) Subject: * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=31ce436075a725ee05c36742fe854f016f3c7d5e;p=binutils-gdb.git * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout cases. --- diff --git a/gdb/testsuite/gdb.base/a1-selftest.exp b/gdb/testsuite/gdb.base/a1-selftest.exp index 380991d233c..58ef0ac5c1a 100644 --- a/gdb/testsuite/gdb.base/a1-selftest.exp +++ b/gdb/testsuite/gdb.base/a1-selftest.exp @@ -168,7 +168,7 @@ proc test_with_self {} { fail "$description" } timeout { - fail "$description" (timeout)" + fail "$description (timeout)" } } @@ -188,7 +188,7 @@ proc test_with_self {} { fail "$description" } timeout { - fail "$description" (timeout)" + fail "$description (timeout)" } } @@ -208,7 +208,7 @@ proc test_with_self {} { fail "$description" } timeout { - fail "$description" (timeout)" + fail "$description (timeout)" } } @@ -228,7 +228,7 @@ proc test_with_self {} { fail "$description" } timeout { - fail "$description" (timeout)" + fail "$description (timeout)" } } @@ -366,7 +366,7 @@ proc test_with_self {} { fail "$description" } timeout { - fail "$description" (timeout)" + fail "$description (timeout)" } } }