Share the "multi_line" helper among all testcases
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.ada / ptype_field.exp
index caf99bad549f6b74b481ecb4f0c0bae72208e66b..b4eb8f6553fe17aba9e337601497ad77ce226cfd 100644 (file)
@@ -21,17 +21,6 @@ if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug additional
   return -1
 }
 
-# A convenience function that joins all the arguments together,
-# with a regexp that matches zero-or-more end of lines in between
-# each argument.  This function is ideal to write the expected output
-# of a GDB command that generates more than a couple of lines, as
-# this allows us to write each line as a separate string, which is
-# easier to read by a human being.
-
-proc multi_line { args } {
-    return [join $args "\[\r\n\]*"]
-}
-
 clean_restart ${testfile}
 
 set bp_location [gdb_get_line_number "STOP" ${testdir}/foo.adb]
This page took 0.023178 seconds and 4 git commands to generate.