daily update
[external/binutils.git] / gdb / testsuite / gdb.ada / str_ref_cmp.exp
index bb071a6..40d4a77 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2008 Free Software Foundation, Inc.
+# Copyright 2008, 2009 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -40,10 +40,10 @@ runto "foo.adb:$bp_location"
 # Verify that we can compare a string slice with another string.
 
 gdb_test "print String_Var (1 .. 3) = \"Hel\"" \
-         "true" \
+         "true" \
          "print String_Var (1 .. 3) = \"Hel\""
 
 gdb_test "print String_Var (1 .. 3) = \"hel\"" \
-         "false" \
+         "false" \
          "print String_Var (1 .. 3) = \"hel\""