From: Nick Roberts Date: Wed, 30 Jan 2008 08:50:10 +0000 (+0000) Subject: (test_file_list_exec_source_file): Update to new macro-info field. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f43691e3959d7e5bfb448448c6562a8c2a398fd4;p=deliverable%2Fbinutils-gdb.git (test_file_list_exec_source_file): Update to new macro-info field. --- diff --git a/gdb/testsuite/gdb.mi/mi-file.exp b/gdb/testsuite/gdb.mi/mi-file.exp index 5f6db4adf0..71669fbf8a 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})" } diff --git a/gdb/testsuite/gdb.mi/mi2-file.exp b/gdb/testsuite/gdb.mi/mi2-file.exp index 29f913097d..6debafd6a7 100644 --- a/gdb/testsuite/gdb.mi/mi2-file.exp +++ b/gdb/testsuite/gdb.mi/mi2-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})" }