aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/mi-exec-run.exp
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-12-14 10:02:49 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:56 -0700
commit8ce7423fda0c4b148cc0a48c68ba103476f3f5b7 (patch)
treea375e761ecf34f506d0695be1087a1a049549d37 /gdb/testsuite/gdb.mi/mi-exec-run.exp
parent1b1f4ab760127c31d520811e2858277bb7f651e2 (diff)
downloadgdb-8ce7423fda0c4b148cc0a48c68ba103476f3f5b7.zip
gdb-8ce7423fda0c4b148cc0a48c68ba103476f3f5b7.tar.gz
gdb-8ce7423fda0c4b148cc0a48c68ba103476f3f5b7.tar.bz2
Use require !use_gdb_stub
This changes some tests to use "require !use_gdb_stub".
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-exec-run.exp')
-rw-r--r--gdb/testsuite/gdb.mi/mi-exec-run.exp5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-exec-run.exp b/gdb/testsuite/gdb.mi/mi-exec-run.exp
index 5a25653..e3e6d9d 100644
--- a/gdb/testsuite/gdb.mi/mi-exec-run.exp
+++ b/gdb/testsuite/gdb.mi/mi-exec-run.exp
@@ -28,10 +28,7 @@ set MIFLAGS "-i=mi"
# The purpose of this testcase is to test the -exec-run command. If we
# cannot use it, then there is no point in running this testcase.
-if [use_gdb_stub] {
- untested "cannot use -exec-run command"
- return -1
-}
+require !use_gdb_stub
standard_testfile mi-start.c