]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.fortran/class-allocatable-array.exp
gdb/fortran: Change whitespace when printing arrays
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.fortran / class-allocatable-array.exp
index 9475ba3b393a1cda0e4fc57a50bf4b1e52f3f1a0..cdee73ff5cbe77fae19032e5c619257971564d21 100644 (file)
@@ -40,4 +40,4 @@ gdb_continue_to_breakpoint "Break Here"
 # cetainly going to fail.
 gdb_test "print this" " = \\( _data = \[^\r\n\]+, _vptr = \[^\r\n\]+\\)"
 gdb_test "print this%_data" " = \\(PTR TO -> \\( Type test_type \\)\\) \[^\r\n\]+"
-gdb_test "print this%_data%b" " = \\(\\( 1, 2, 3\\) \\( 4, 5, 6\\) \\)"
+gdb_test "print this%_data%b" " = \\(\\(1, 2, 3\\) \\(4, 5, 6\\)\\)"