aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.opencl/callfuncs.exp
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-12-15 16:45:27 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:56 -0700
commit465ee8475ef28147460fbe241c3b1dcd82d75fc4 (patch)
treef119f0f0f7f8cf55e9b5e1fbdef50c4f13aea656 /gdb/testsuite/gdb.opencl/callfuncs.exp
parent9322b96f809a11600ff89a7f808fb0bac6ae2334 (diff)
downloadfsf-binutils-gdb-465ee8475ef28147460fbe241c3b1dcd82d75fc4.zip
fsf-binutils-gdb-465ee8475ef28147460fbe241c3b1dcd82d75fc4.tar.gz
fsf-binutils-gdb-465ee8475ef28147460fbe241c3b1dcd82d75fc4.tar.bz2
Use require !skip_opencl_tests
This changes some tests to use "require !skip_opencl_tests".
Diffstat (limited to 'gdb/testsuite/gdb.opencl/callfuncs.exp')
-rw-r--r--gdb/testsuite/gdb.opencl/callfuncs.exp5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.opencl/callfuncs.exp b/gdb/testsuite/gdb.opencl/callfuncs.exp
index f5bd28f..98b34ab 100644
--- a/gdb/testsuite/gdb.opencl/callfuncs.exp
+++ b/gdb/testsuite/gdb.opencl/callfuncs.exp
@@ -19,10 +19,7 @@
load_lib opencl.exp
-if { [skip_opencl_tests] } {
- unsupported "OpenCL support not detected"
- return 0
-}
+require !skip_opencl_tests
set testfile "callfuncs"
set clprogram [remote_download target ${srcdir}/${subdir}/${testfile}.cl]