[gdb/testsuite] Fix unterminated string in gdb.objc/basicclass.exp
The test-case gdb.objc/basicclass.exp contains an unterminated string,
introduced in refactoring commit fa43b1d7ca
"after gdb_run_cmd, gdb_expect ->
gdb_test_multiple/gdb_test".
Fix the unterminated string.
gdb/testsuite/ChangeLog:
2019-07-14 Tom de Vries <tdevries@suse.de>
PR testsuite/24760
* gdb.objc/basicclass.exp: Fix unterminated string.
This commit is contained in:
parent
48b550c28a
commit
da73816739
@ -1,3 +1,8 @@
|
||||
2019-07-14 Tom de Vries <tdevries@suse.de>
|
||||
|
||||
PR testsuite/24760
|
||||
* gdb.objc/basicclass.exp: Fix unterminated string.
|
||||
|
||||
2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
|
||||
Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
|
@ -119,7 +119,7 @@ gdb_test continue \
|
||||
# Test resetting breakpoints when re-running program
|
||||
#
|
||||
gdb_run_cmd
|
||||
gdb_test "" "Breakpoint \[0-9\]+,.*main .*argc.*argv.* at .*$srcfile:.*" "resetting breakpoints when r
|
||||
gdb_test "" "Breakpoint \[0-9\]+,.*main .*argc.*argv.* at .*$srcfile:.*" "resetting breakpoints when rerunning"
|
||||
|
||||
#
|
||||
# Continue until breakpoint (test re-setting breakpoint)
|
||||
|
Loading…
Reference in New Issue
Block a user