Skip to content

Commit 24eeb55

Browse files
committed
Fix test
1 parent 4539312 commit 24eeb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function unittest_testsuite(Backend, backend_str, backend_mod, BackendArrayT; sk
7878
backendT = typeof(backend).name.wrapper # To look through CUDABackend{true, false}
7979
@test backend isa backendT
8080

81-
unified = supports_unified(backend)
81+
unified = KernelAbstractions.supports_unified(backend)
8282
@test unified isa Bool
8383
U = allocate(backend, Float32, 5; unified)
8484
if unified

0 commit comments

Comments
 (0)