aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.opencl/callfuncs.exp
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-08 11:42:26 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:58 -0700
commitafb754730e6c118eab8a96305c1c4675f4442869 (patch)
tree6b10ba9e4e5fcf4fe4f814b28800fe8ed17bda7c /gdb/testsuite/gdb.opencl/callfuncs.exp
parent4675859351582f017b495ff13fb2ea72a99834af (diff)
downloadfsf-binutils-gdb-afb754730e6c118eab8a96305c1c4675f4442869.zip
fsf-binutils-gdb-afb754730e6c118eab8a96305c1c4675f4442869.tar.gz
fsf-binutils-gdb-afb754730e6c118eab8a96305c1c4675f4442869.tar.bz2
Rename to allow_opencl_tests
This changes skip_opencl_tests to invert the sense, and renames it to allow_opencl_tests.
Diffstat (limited to 'gdb/testsuite/gdb.opencl/callfuncs.exp')
-rw-r--r--gdb/testsuite/gdb.opencl/callfuncs.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.opencl/callfuncs.exp b/gdb/testsuite/gdb.opencl/callfuncs.exp
index 98b34ab..1fa3f8a 100644
--- a/gdb/testsuite/gdb.opencl/callfuncs.exp
+++ b/gdb/testsuite/gdb.opencl/callfuncs.exp
@@ -19,7 +19,7 @@
load_lib opencl.exp
-require !skip_opencl_tests
+require allow_opencl_tests
set testfile "callfuncs"
set clprogram [remote_download target ${srcdir}/${subdir}/${testfile}.cl]