* gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
authorTom Tromey <tromey@redhat.com>
Wed, 23 Jan 2013 21:04:45 +0000 (21:04 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 23 Jan 2013 21:04:45 +0000 (21:04 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-error.exp

index 2da588c427e2b83073aba65ddb450472f750eb80..eb6bedd26f31b6f9de9eea59c6361533438a4fb2 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-23  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
+
 2013-01-23  Tom Tromey  <tromey@redhat.com>
 
        * gdb.cp/converts.cc (main): Initialize 'a'.
index 22c774788d97bdab8c02ef41450b4e8fa3a0784e..d0baeea5767146283c9f348c89bd0e640fe8c84b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2012 Free Software Foundation, Inc.
+# Copyright 2012, 2013 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -36,7 +36,8 @@ gdb_test_no_output "set breakpoint pending off"
 
 # First test that reading symbols fails.
 gdb_test "file $binfile" \
-    "Reading symbols.*Dwarf Error: wrong version in compilation unit header .is 153, should be 2, 3, or 4.*"
+    "Reading symbols.*Dwarf Error: wrong version in compilation unit header .is 153, should be 2, 3, or 4.*" \
+    "file $testfile"
 
 # Now check that we can still break given the minimal symbol.
 gdb_test "break main" "Breakpoint $decimal.*"