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 08b323a commit df49b7cCopy full SHA for df49b7c
test/base/array.jl
@@ -157,11 +157,11 @@ end
157
end
158
159
# symbols and tuples thereof
160
- let a = CuArray([:a])
161
- b = unsafe_wrap(CuArray, pointer(a), 1)
162
- @test typeof(b) <: CuArray{Symbol,1}
163
- @test size(b) == (1,)
164
- end
+ # let a = CuArray([:a])
+ # b = unsafe_wrap(CuArray, pointer(a), 1)
+ # @test typeof(b) <: CuArray{Symbol,1}
+ # @test size(b) == (1,)
+ # end
165
let a = CuArray([(:a,:b)])
166
b = unsafe_wrap(CuArray, pointer(a), 1)
167
@test typeof(b) <: CuArray{Tuple{Symbol,Symbol},1}
0 commit comments