[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.ada / array_subscript_addr.exp
index 8928807356878126ee07232e5459da97cef9dc13..581564a42fa4aae7d436badf2852d4b381618ae4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2008-2014 Free Software Foundation, Inc.
+# Copyright 2008-2019 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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.031194 seconds and 4 git commands to generate.