diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/anon-union.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/anon-union.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/anon-union.exp b/gdb/testsuite/gdb.cp/anon-union.exp index ee056bcd118..4bd7e199156 100644 --- a/gdb/testsuite/gdb.cp/anon-union.exp +++ b/gdb/testsuite/gdb.cp/anon-union.exp @@ -134,7 +134,7 @@ gdb_test "print foo" \ "print foo 9" # Step over next four assignments -gdb_test "next 4" "53\[ \t\]*w = 45;" "next 4" +gdb_test "next 4" "53\[ \t\]*w = 45;" # Tests for anon unions that are not members of a class or struct |