From 7376c77b93ede25f09a272b54f39fa9e2c3d3340 Mon Sep 17 00:00:00 2001 From: Bob Manson Date: Thu, 21 Aug 1997 17:31:58 +0000 Subject: * enum.exp: More quoting fixes. *sigh* --- gdb/testsuite/gdb.chill/ChangeLog | 4 ++++ gdb/testsuite/gdb.chill/enum.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gdb') diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog index 78f7e37..d734d62 100644 --- a/gdb/testsuite/gdb.chill/ChangeLog +++ b/gdb/testsuite/gdb.chill/ChangeLog @@ -1,3 +1,7 @@ +Thu Aug 21 10:31:23 1997 Bob Manson + + * enum.exp: More quoting fixes. + Tue Aug 12 21:48:08 1997 Bob Manson * tests2.exp: Fix quoting. diff --git a/gdb/testsuite/gdb.chill/enum.exp b/gdb/testsuite/gdb.chill/enum.exp index 318d361..c176a61 100644 --- a/gdb/testsuite/gdb.chill/enum.exp +++ b/gdb/testsuite/gdb.chill/enum.exp @@ -80,6 +80,6 @@ if ![set_lang_chill] then { gdb_test "print a/=\$i" { = TRUE} # This is PR 8870: - gdb_test "break malloc ".*" + gdb_test "break malloc" ".*" gdb_test {set var $j := m_set[b]} ".*invalid.*tuple.*" } -- cgit v1.1