mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* enum.exp: More quoting fixes.
*sigh*
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Thu Aug 21 10:31:23 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||||
|
|
||||||
|
* enum.exp: More quoting fixes.
|
||||||
|
|
||||||
Tue Aug 12 21:48:08 1997 Bob Manson <manson@charmed.cygnus.com>
|
Tue Aug 12 21:48:08 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||||
|
|
||||||
* tests2.exp: Fix quoting.
|
* tests2.exp: Fix quoting.
|
||||||
|
@ -80,6 +80,6 @@ if ![set_lang_chill] then {
|
|||||||
gdb_test "print a/=\$i" { = TRUE}
|
gdb_test "print a/=\$i" { = TRUE}
|
||||||
|
|
||||||
# This is PR 8870:
|
# This is PR 8870:
|
||||||
gdb_test "break malloc ".*"
|
gdb_test "break malloc" ".*"
|
||||||
gdb_test {set var $j := m_set[b]} ".*invalid.*tuple.*"
|
gdb_test {set var $j := m_set[b]} ".*invalid.*tuple.*"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user