summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/default.exp
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-09-10 07:03:18 +0000
committerCorinna Vinschen <corinna@vinschen.de>2002-09-10 07:03:18 +0000
commit5fefff8f408bf3298da7902acd874a81b108cb7f (patch)
treec40eceb9e15a0c7280d376da531cbb1b29584d02 /gdb/testsuite/gdb.base/default.exp
parent58d55d56fd8876a2578e6b8c808f09902796d9ae (diff)
downloadgdb-5fefff8f408bf3298da7902acd874a81b108cb7f.tar.gz
* gdb.base/default.exp: Fix expected string in `info float' test.
Diffstat (limited to 'gdb/testsuite/gdb.base/default.exp')
-rw-r--r--gdb/testsuite/gdb.base/default.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp
index ea8ba503c6b..078e41688ae 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"