diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2002-09-10 07:03:18 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2002-09-10 07:03:18 +0000 |
commit | ce3abcfb03139e72a8b056d66d2076594706a0c0 (patch) | |
tree | 3300f886f417f652c7c8f505e7b41f053fac03be /gdb | |
parent | d0aee0c4b88915e1d0f8facb6a139e972ebee115 (diff) | |
download | gdb-ce3abcfb03139e72a8b056d66d2076594706a0c0.zip gdb-ce3abcfb03139e72a8b056d66d2076594706a0c0.tar.gz gdb-ce3abcfb03139e72a8b056d66d2076594706a0c0.tar.bz2 |
* gdb.base/default.exp: Fix expected string in `info float' test.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/default.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9ecfc1c..ad8b0af 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-09-09 Corinna Vinschen <vinschen@redhat.com> + + * gdb.base/default.exp: Fix expected string in `info float' test. + 2002-09-09 Ben Elliston <bje@redhat.com> * config/mips.exp: Update comments. diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp index ea8ba50..078e416 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -327,7 +327,7 @@ if { [istarget "arm*-*-*"] || \ } elseif [istarget "i\[3456\]86-*-*"] then { gdb_test "info float" "R7:.*Status Word:.*Opcode:.*" "info float" } else { - gdb_test "info float" "No floating point info available for this processor." "info float" + gdb_test "info float" "No floating.point info available for this processor." "info float" } #test info functions gdb_test "info functions" "All defined functions:" "info functions" |