diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/watchpoint-hw-hit-once.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/watchpoint-hw-hit-once.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/watchpoint-hw-hit-once.exp b/gdb/testsuite/gdb.base/watchpoint-hw-hit-once.exp index e93391a..fa16b3c 100644 --- a/gdb/testsuite/gdb.base/watchpoint-hw-hit-once.exp +++ b/gdb/testsuite/gdb.base/watchpoint-hw-hit-once.exp @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -require !skip_hw_watchpoint_access_tests +require allow_hw_watchpoint_access_tests set test watchpoint-hw-hit-once set srcfile ${test}.c |