diff options
author | Tom Tromey <tom@tromey.com> | 2022-12-14 09:39:54 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:55 -0700 |
commit | caab91aebbcfba6d9df7008adcc50e39fe8ef6b7 (patch) | |
tree | 92bc0cedb33420301e7242bb4db9e639c7c5489d /gdb/testsuite/gdb.compile | |
parent | 7c1a12b3e8a2792db0b903c8fcb0f7ac5e314734 (diff) | |
download | binutils-caab91aebbcfba6d9df7008adcc50e39fe8ef6b7.zip binutils-caab91aebbcfba6d9df7008adcc50e39fe8ef6b7.tar.gz binutils-caab91aebbcfba6d9df7008adcc50e39fe8ef6b7.tar.bz2 |
Use require !skip_ifunc_tests
This changes some tests to use "require !skip_ifunc_tests".
Diffstat (limited to 'gdb/testsuite/gdb.compile')
-rw-r--r-- | gdb/testsuite/gdb.compile/compile-ifunc.exp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.compile/compile-ifunc.exp b/gdb/testsuite/gdb.compile/compile-ifunc.exp index 8662076..bfbe65a 100644 --- a/gdb/testsuite/gdb.compile/compile-ifunc.exp +++ b/gdb/testsuite/gdb.compile/compile-ifunc.exp @@ -15,9 +15,7 @@ load_lib compile-support.exp -if {[skip_ifunc_tests]} { - return 0 -} +require !skip_ifunc_tests standard_testfile |