gdb/testsuite: Add missing 'require allow_gdbserver_tests'

The commit:

  commit 22836ca885
  Date:   Tue May 21 09:57:49 2024 +0100

      gdb: check for multiple matching build-id files

Was missing a 'require allow_gdbserver_tests' in a gdbserver test.
Add it now.
This commit is contained in:
Andrew Burgess 2024-07-21 09:41:30 +01:00
parent ad88661d55
commit 7d24d98790

View File

@ -31,6 +31,8 @@ require {!is_remote host}
load_lib gdbserver-support.exp
require allow_gdbserver_tests
standard_testfile
if {[build_executable "failed to prepare" $testfile $srcfile] == -1} {