diff options
author | Pedro Alves <pedro@palves.net> | 2024-05-07 12:30:15 +0100 |
---|---|---|
committer | Pedro Alves <pedro@palves.net> | 2024-05-07 13:10:21 +0100 |
commit | 1d2db4525cf2a012f736970d13e104b2434b8741 (patch) | |
tree | 3a5e19fa8a322c6db5281a41c9e933e8d040aadd /gdb | |
parent | 20100e09dd0f90c1f45a399ae052ddbf6b2b20c1 (diff) | |
download | binutils-1d2db4525cf2a012f736970d13e104b2434b8741.zip binutils-1d2db4525cf2a012f736970d13e104b2434b8741.tar.gz binutils-1d2db4525cf2a012f736970d13e104b2434b8741.tar.bz2 |
Remove gdb.base/watchpoint-running.exp leftover
Remove accidentally leftover commented-out line from
gdb.base/watchpoint-running.exp.
Change-Id: Ie1c3b85997d2ca92a2159a539d24b02fd3c9e697
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.base/watchpoint-running.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/watchpoint-running.exp b/gdb/testsuite/gdb.base/watchpoint-running.exp index d0510f8..c75309e 100644 --- a/gdb/testsuite/gdb.base/watchpoint-running.exp +++ b/gdb/testsuite/gdb.base/watchpoint-running.exp @@ -18,8 +18,6 @@ # This test verifies that you can set a watchpoint that watches global # memory, when the selected thread is running. -#require allow_hw_watchpoint_multi_tests - set allow_hw_watchpoint_tests_p [allow_hw_watchpoint_tests] standard_testfile |