[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.ada / array_subscript_addr.exp
index c754c0ed0165ed1123323441a3ffe79a8ff1f0cf..581564a42fa4aae7d436badf2852d4b381618ae4 100644 (file)
@@ -29,6 +29,4 @@ runto "p.adb:$bp_location"
 # Verify that we can compare a string slice with another string.
 
 gdb_test "print a(2)'Address" \
-         "= \\(system\\.address\\) 0x\[0-9a-fA-F\]+" \
-         "print a(2)'Address"
-
+         "= \\(system\\.address\\) 0x\[0-9a-fA-F\]+"
This page took 0.023565 seconds and 4 git commands to generate.