summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-07-30 16:33:17 +0000
committerDoug Evans <dje@google.com>2012-07-30 16:33:17 +0000
commit3071882c0b33567bae96963f7b4d303f0dc05193 (patch)
treea3338e3b8c930903dbd44ef5f7b60df229a0f3b0 /gdb
parent63c451d5ea057f23a287c9b1ac846b59a4a9c028 (diff)
downloadgdb-3071882c0b33567bae96963f7b4d303f0dc05193.tar.gz
* gdb.dwarf2/dw4-sig-types.exp: Fix typo.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 42ae5c84087..85d1c61f366 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-30 Doug Evans <dje@google.com>
+
+ * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
+
2012-07-30 Andrew Burgess <aburgess@broadcom.com>
* gdb.mi/mi-var-invalidate.exp: Create a floating variable and
diff --git a/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp b/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp
index d63597d9107..dd86237f519 100644
--- a/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp
@@ -21,7 +21,7 @@ standard_testfile .cc dw4-sig-types-b.cc
# Since we pass an explicit -gdwarf-4 to the compiler, we let
# that be the test of whether the target supports it.
-if { [prepare_for_testing "${test}.exp" "${testfile}" \
+if { [prepare_for_testing "${testfile}.exp" "${testfile}" \
[list $srcfile $srcfile2] \
{debug c++ additional_flags=-gdwarf-4}] } {
return -1