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-Tag: sid-snapshot-20080201~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f43691e3959d7e5bfb448448c6562a8c2a398fd4;p=external%2Fbinutils.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 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})" } diff --git a/gdb/testsuite/gdb.mi/mi2-file.exp b/gdb/testsuite/gdb.mi/mi2-file.exp index 29f9130..6debafd 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})" }