* gdb.base/source.exp: Use correct line number.
authorTom Tromey <tromey@redhat.com>
Thu, 7 Jan 2010 20:07:18 +0000 (20:07 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 7 Jan 2010 20:07:18 +0000 (20:07 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/source.exp

index 6e4870ec8fae7659af91b0e2bb87d656e1d791d4..91614db87188427bf8cba8ed2781a0e02f823221 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-07  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/source.exp: Use correct line number.
+
 2010-01-05  Stan Shebs  <stan@codesourcery.com>
 
        * gdb.trace/tracecmd.exp: Test ftrace.
index cbe0d660ab399738c0ac7fecfdbbc373ec8da473..f7b8cffd9fd1601536b6e4b153301044ab27eacd 100644 (file)
@@ -32,7 +32,7 @@ set binfile ${objdir}/${subdir}/${testfile}
 gdb_start
 
 gdb_test "source ${srcdir}/${subdir}/source-error.gdb" \
-    "source-error.gdb:22: Error in sourced command file:\[\r\n\]*Cannot access memory at address 0x0.*" \
+    "source-error.gdb:21: Error in sourced command file:\[\r\n\]*Cannot access memory at address 0x0.*" \
     "script contains error"
     
 gdb_exit
This page took 0.040681 seconds and 4 git commands to generate.