aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.ada/fixed_points.exp')
-rw-r--r--gdb/testsuite/gdb.ada/fixed_points.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.ada/fixed_points.exp b/gdb/testsuite/gdb.ada/fixed_points.exp
index 5735d3f69aa..62d427b586a 100644
--- a/gdb/testsuite/gdb.ada/fixed_points.exp
+++ b/gdb/testsuite/gdb.ada/fixed_points.exp
@@ -38,13 +38,13 @@ set bp_location [gdb_get_line_number "Set breakpoint here" ${testdir}/fixed_poin
runto "fixed_points.adb:$bp_location"
gdb_test "print base_object" \
- ".* = -50" \
+ "= -50" \
"p on a fixed point type"
gdb_test "print subtype_object" \
- ".* = -50" \
+ "= -50" \
"p on a subtype fixed point type"
gdb_test "print new_type_object" \
- ".* = -50" \
+ "= -50" \
"p on a new fixed point type"