aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/mi-break.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-break.exp')
-rw-r--r--gdb/testsuite/gdb.mi/mi-break.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-break.exp b/gdb/testsuite/gdb.mi/mi-break.exp
index b64fe19..2435337 100644
--- a/gdb/testsuite/gdb.mi/mi-break.exp
+++ b/gdb/testsuite/gdb.mi/mi-break.exp
@@ -203,7 +203,7 @@ proc_with_prefix test_breakpoint_commands {} {
# seen.
set bp_script [mi_make_breakpoint -number 7 -disp keep -func callee2 \
-file ".*basics.c" -line $line_callee2_body \
- -script {\{"print 10","continue"\}}]
+ -script {\["print 10","continue"\]}]
mi_gdb_test "-break-info 7" \
"\\^done,[mi_make_breakpoint_table [list $bp_script]]" \
"breakpoint commands: check that commands are set"