aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/m-static.exp
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2010-06-27 17:19:54 +0000
committerDoug Evans <dje@google.com>2010-06-27 17:19:54 +0000
commitb2dae948d7732d6eeb3efeda08f9ed349b82a383 (patch)
tree00401b5cc5c335204412c52e6eb7e9767433fe02 /gdb/testsuite/gdb.cp/m-static.exp
parent1596cb5d604ef0aae6d6a655e568816804c5582d (diff)
downloadgdb-b2dae948d7732d6eeb3efeda08f9ed349b82a383.zip
gdb-b2dae948d7732d6eeb3efeda08f9ed349b82a383.tar.gz
gdb-b2dae948d7732d6eeb3efeda08f9ed349b82a383.tar.bz2
* gdb.cp/m-static.exp: Update expected test output.
Diffstat (limited to 'gdb/testsuite/gdb.cp/m-static.exp')
-rw-r--r--gdb/testsuite/gdb.cp/m-static.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/m-static.exp b/gdb/testsuite/gdb.cp/m-static.exp
index 7d82d29..dda8d84 100644
--- a/gdb/testsuite/gdb.cp/m-static.exp
+++ b/gdb/testsuite/gdb.cp/m-static.exp
@@ -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