gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / ending-run.exp
index cf336023bef39568071de5c77b49ab42c8ff915f..bc97e37315726d4c0bc383a5cbf7d71d42757f3c 100644 (file)
@@ -71,7 +71,7 @@ gdb_test "b ending-run.c:14" ".*Note.*also.*Breakpoint.*5.*" "b ending-run.c:14,
 gdb_test "cle ending-run.c:14" \
        ".*Deleted breakpoint 5.*" "Cleared 2 by line"
 
-send_gdb "inf line ending-run.c:14\n"
+send_gdb "info line ending-run.c:14\n"
 gdb_expect {
     -re ".*address (0x\[0-9a-fA-F]*).*$gdb_prompt $" {
         set line_nine $expect_out(1,string)
This page took 0.045958 seconds and 4 git commands to generate.