diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2017-10-12 23:14:09 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2017-10-12 23:14:09 +0100 |
commit | cfa34c871c6644bd7b132b5ca7f2217880f5fa9b (patch) | |
tree | c5a1e806c297c046470785c655c30ec6e2a907b4 /gdb/testsuite/gdb.base/label.exp | |
parent | 9192b7decc7256a41502bf68df36f429cceffc89 (diff) | |
download | gdb-cfa34c871c6644bd7b132b5ca7f2217880f5fa9b.zip gdb-cfa34c871c6644bd7b132b5ca7f2217880f5fa9b.tar.gz gdb-cfa34c871c6644bd7b132b5ca7f2217880f5fa9b.tar.bz2 |
Remove is_remote check in labels.exp
This works fine with remote target boards.
gdb/testsuite/ChangeLog:
2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
Pedro Alves <palves@redhat.com>
* gdb.base/label.exp: Remove is_remote target check.
Diffstat (limited to 'gdb/testsuite/gdb.base/label.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/label.exp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.base/label.exp b/gdb/testsuite/gdb.base/label.exp index d3939b6..3560167 100644 --- a/gdb/testsuite/gdb.base/label.exp +++ b/gdb/testsuite/gdb.base/label.exp @@ -13,12 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -if [is_remote target] then { - return 0 -} - - # # test running programs # |