gdb.base/ldbl_e308.exp: Do not allow "inf" in value output.

That was an attempt at handling the targets where sizeof(long double)
is less than 8, but the way it was implement allows the bug that
this testcase verifies to come back without being noticed.

gdb/testsuite/ChangeLog:

        * gdb.base/ldbl_e308.exp: Remove "inf" from possible expected
        output for "print inp" test.
This commit is contained in:
Joel Brobecker 2012-10-25 11:16:18 +00:00
parent 635d23ff1a
commit 528b42ae75
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ if ![runto_main] {
gdb_test_no_output "set variable ldbl_308 = 1.6e+308l"
gdb_test "print ldbl_308" \
"= (1\..*e\\+308|inf)"
"= 1\..*e\\+308"