Skip to content

Commit be27e6b

Browse files
committed
Format
1 parent 4c1bc51 commit be27e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ istestfile(fn) = endswith(fn, ".jl") && !contains(fn, "setup")
5151
CUDA.functional() || continue
5252
@time include("cuda/tensors.jl")
5353
elseif group == "amd"
54-
using AMDGPU
54+
using AMDGPU
5555
AMDGPU.functional() || continue
5656
@time include("amd/tensors.jl")
5757
elseif is_buildkite

0 commit comments

Comments
 (0)