This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Test cases nsusing.exp and nsrecurs.exp



Sami> +gdb_test "print _a" "No symbol \"_a\" in current context." "Print _a without import"

There are a few over-long lines like this. Break them up like:

gdb_test "print _a" "No symbol \"_a\" in current context." \
     "Print _a without import"

Ok with that change.


Thank you. Fixed and committed.


Sami


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]