We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24eeb55 commit 9225caaCopy full SHA for 9225caa
test/test.jl
@@ -83,8 +83,6 @@ function unittest_testsuite(Backend, backend_str, backend_mod, BackendArrayT; sk
83
U = allocate(backend, Float32, 5; unified)
84
if unified
85
@test U[3] isa Float32
86
- else
87
- @test_throws ErrorException U[3]
88
end
89
90
x = allocate(backend, Float32, 5)
0 commit comments