aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/float128.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/float128.exp')
-rw-r--r--gdb/testsuite/gdb.base/float128.exp12
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.base/float128.exp b/gdb/testsuite/gdb.base/float128.exp
index 5907a46..a0ec4f3 100644
--- a/gdb/testsuite/gdb.base/float128.exp
+++ b/gdb/testsuite/gdb.base/float128.exp
@@ -42,13 +42,13 @@ gdb_breakpoint [gdb_get_line_number "return"]
gdb_continue_to_breakpoint "return"
# Print the original value of ld and f128
-gdb_test "print ld" ".* = 1\\.375.*" "The original value of ld is 1.375"
-gdb_test "print f128" ".* = 2\\.375.*" "The original value of f128 is 2.375"
+gdb_test "print ld" ".* = 1\\.375.*" "the original value of ld is 1.375"
+gdb_test "print f128" ".* = 2\\.375.*" "the original value of f128 is 2.375"
# Test that gdb could correctly recognize float constant expression with a suffix.
# FIXME: gdb does not yet recognize the GNU extension 'q' suffix for __float128 constants.
-gdb_test "print ld=-1.375l" ".* = -1\\.375.*" "Try to change ld to -1.375 with 'print ld=-1.375l'"
-gdb_test "print f128=-2.375l" ".* = -2\\.375.*" "Try to change f128 to -2.375 with 'print f128=-2.375l'"
+gdb_test "print ld=-1.375l" ".* = -1\\.375.*" "try to change ld to -1.375 with 'print ld=-1.375l'"
+gdb_test "print f128=-2.375l" ".* = -2\\.375.*" "try to change f128 to -2.375 with 'print f128=-2.375l'"
# Test that gdb could handle the above correctly with "set var" command.
set test "set variable ld=10.375l"
@@ -71,6 +71,6 @@ gdb_test_multiple "set var f128=20.375l" "$test" {
}
}
-gdb_test "print ld" ".* = 10\\.375.*" "The value of ld is changed to 10.375"
-gdb_test "print f128" ".* = 20\\.375.*" "The value of f128 is changed to 20.375"
+gdb_test "print ld" ".* = 10\\.375.*" "the value of ld is changed to 10.375"
+gdb_test "print f128" ".* = 20\\.375.*" "the value of f128 is changed to 20.375"