* gdb.cp/m-static.exp: Update expected test output.
authorDoug Evans <dje@google.com>
Sun, 27 Jun 2010 17:19:54 +0000 (17:19 +0000)
committerDoug Evans <dje@google.com>
Sun, 27 Jun 2010 17:19:54 +0000 (17:19 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/m-static.exp

index 3aef963d1e56397e15e52c4b98058cf8fe9778db..92adac6ab5a34121802b874ee59da464247519c2 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-27  Doug Evans  <dje@google.com>
+
+       * gdb.cp/m-static.exp: Update expected test output.
+
 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
 
         * gdb.gdb/selftest.exp: Adjust expected message for
index 7d82d29e1f483d10dcf62995965f9858516a81cb..dda8d844e9b65d7337b5a37ea27e8315309d4060 100644 (file)
@@ -123,7 +123,7 @@ gdb_test "print test3.data.value_derived" "\\$\[0-9\].* = etruscan" "template ob
 gdb_test "print test4.elsewhere" "\\$\[0-9\].* = 221" "static const int initialized elsewhere"
 
 # static const int that nobody initializes.  From PR gdb/635.
-gdb_test "print test4.nowhere" "field nowhere is nonexistent or has been optimised out" "static const int initialized nowhere"
+gdb_test "print test4.nowhere" "field nowhere is nonexistent or has been optimized out" "static const int initialized nowhere"
 
 # Perhaps at some point test4 should also include a test for a static
 # const int that was initialized in the header file.  But I'm not sure
This page took 0.038139 seconds and 4 git commands to generate.