diff options
author | Doug Evans <dje@google.com> | 2012-07-30 16:33:18 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-07-30 16:33:18 +0000 |
commit | 7f9b20344ecc55c3dd4d356399d2757e93ce4fc4 (patch) | |
tree | 751918f8f0a749da10b2dfbfa602d4354bdef1bd /gdb | |
parent | fcf303aba3608fe6a3d359f43e3cd52715481825 (diff) | |
download | gdb-7f9b20344ecc55c3dd4d356399d2757e93ce4fc4.zip gdb-7f9b20344ecc55c3dd4d356399d2757e93ce4fc4.tar.gz gdb-7f9b20344ecc55c3dd4d356399d2757e93ce4fc4.tar.bz2 |
* gdb.dwarf2/dw4-sig-types.exp: Fix typo.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 42ae5c8..85d1c61 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 d63597d..dd86237 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 |