aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/mi-file.exp
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2008-01-30 08:50:10 +0000
committerNick Roberts <nickrob@snap.net.nz>2008-01-30 08:50:10 +0000
commitf43691e3959d7e5bfb448448c6562a8c2a398fd4 (patch)
tree9c7c6464d03910a355431f4b7af90e784e8a9699 /gdb/testsuite/gdb.mi/mi-file.exp
parente835f6bf0cd5e2990cdbd512453f1f62ff1774b1 (diff)
downloadfsf-binutils-gdb-f43691e3959d7e5bfb448448c6562a8c2a398fd4.zip
fsf-binutils-gdb-f43691e3959d7e5bfb448448c6562a8c2a398fd4.tar.gz
fsf-binutils-gdb-f43691e3959d7e5bfb448448c6562a8c2a398fd4.tar.bz2
(test_file_list_exec_source_file): Update to new macro-info field.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-file.exp')
-rw-r--r--gdb/testsuite/gdb.mi/mi-file.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-file.exp b/gdb/testsuite/gdb.mi/mi-file.exp
index 5f6db4a..71669fb 100644
--- a/gdb/testsuite/gdb.mi/mi-file.exp
+++ b/gdb/testsuite/gdb.mi/mi-file.exp
@@ -64,7 +64,7 @@ proc test_file_list_exec_source_file {} {
set line_default [expr $line_main_body - $gdb_lines_to_list + 1]
mi_gdb_test "111-file-list-exec-source-file" \
- "111\\\^done,line=\"$line_default\",file=\"${srcfilepath}\",fullname=\"$fullname_syntax${srcfile}\"" \
+ "111\\\^done,line=\"$line_default\",file=\"${srcfilepath}\",fullname=\"$fullname_syntax${srcfile}\",macro-info=\"0\"" \
"request path info of current source file (${srcfile})"
}