From 31e43e98bfeca5206fc5dfdfa7ff7d5eeca27a92 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Wed, 2 Jun 2010 22:24:15 +0000 Subject: [PATCH] gdb/testsuite/ * gdb.cp/anon-union.exp (pass): Rename to ... (print z 2): ... here. --- gdb/testsuite/ChangeLog | 2 ++ gdb/testsuite/gdb.cp/anon-union.exp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b7937bb..b778527 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -2,6 +2,8 @@ * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ... (print value of rUC, print value of rI, print value of UI): ... here. + * gdb.cp/anon-union.exp (pass): Rename to ... + (print z 2): ... here. 2010-06-02 Michael Snyder diff --git a/gdb/testsuite/gdb.cp/anon-union.exp b/gdb/testsuite/gdb.cp/anon-union.exp index d0290c7..ddf6aeb 100644 --- a/gdb/testsuite/gdb.cp/anon-union.exp +++ b/gdb/testsuite/gdb.cp/anon-union.exp @@ -164,7 +164,7 @@ gdb_test "next" "55\[ \t\]*int j = 0;" "next 5" gdb_test "print w" "\\$\[0-9\]* = 45" "print w 2" # See if z shows the same value -gdb_test "print z" "\\$\[0-9\]* = 45" pass "print z 2" +gdb_test "print z" "\\$\[0-9\]* = 45" "print z 2" # Set the anon union member gdb_test_no_output "set var z = 27" "set var z" -- 2.7.4