Skip to content

Commit ac20ba0

Browse files
committed
Fix comment in test
1 parent 35498ed commit ac20ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_CellArray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ end
6565
const TEST_PRECISIONS = [Float32, Float64]
6666
for (array_type, Array, CellArray, allowscalar) in zip(array_types, ArrayConstructors, CellArrayConstructors, allowscalar_functions)
6767
for DataType in TEST_PRECISIONS
68-
(array_type == "Metal" && DataType == Float64) ? continue : nothing # Metal does not support DataType
68+
(array_type == "Metal" && DataType == Float64) ? continue : nothing # Metal does not support Float64
6969

7070
@testset "$(basename(@__FILE__)) ($array_type arrays) (precision: $DataType)" begin
7171
@testset "1. CellArray allocation ($array_type arrays) (precision: $DataType)" begin

0 commit comments

Comments
 (0)