* gdb.cp/anon-union.exp (pass): Rename to ...
(print z 2): ... here.
* 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 <msnyder@vmware.com>
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"