Skip to content

Commit 1437a07

Browse files
committed
Fix tests
1 parent 0f9bfb0 commit 1437a07

File tree

3 files changed

+1521
-1527
lines changed

3 files changed

+1521
-1527
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
33
version = "0.6.19"
44

55
[deps]
6-
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
76
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
87
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
98
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"

ext/StructArraysAdaptExt.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ module StructArraysAdaptExt
33
using Adapt, StructArrays
44

55
function Adapt.adapt_structure(to, s::StructArray)
6-
@info "AAA"
7-
@show s
86
replace_storage(adapt(to), s)
97
end
108
end

0 commit comments

Comments
 (0)