Skip to content

Commit 725fa0b

Browse files
authored
fix typo
1 parent 6bca739 commit 725fa0b

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
@@ -39,7 +39,7 @@ if (GROUP == "All") || (GROUP == "Core")
3939
end
4040
end
4141

42-
if (GROUP == "CUDA_Ext") || (GROUP == "All")
42+
if (GROUP == "CUDA_Ext")# || (GROUP == "All")
4343
Pkg.add("CUDA")
4444
include(joinpath(testdir, "ext-test", "cuda_ext.jl"))
4545
end

0 commit comments

Comments
 (0)