* gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.ada / fixed_cmp.exp
index 59feca9249858ba8b78a547cea7991fd5b8c8b2e..2697143d206c3c67429a7079554ac2c5b652e69d 100644 (file)
@@ -38,20 +38,20 @@ set bp_location [gdb_get_line_number "STOP" ${testdir}/fixed.adb]
 runto "fixed.adb:$bp_location"
 
 gdb_test "print My_Var > 10.0" \
-         "true" \
+         "true" \
          "print My_Var > 10.0"
 
 gdb_test "print My_Var > 20.0" \
-         "false" \
+         "false" \
          "print My_Var > 20.0"
 
 # Do the same, but with integer values.
 
 gdb_test "print My_Var > 10" \
-         "true" \
+         "true" \
          "print My_Var > 10"
 
 gdb_test "print My_Var > 20" \
-         "false" \
+         "false" \
          "print My_Var > 20"
 
This page took 0.04009 seconds and 4 git commands to generate.