Skip to content

Commit 00ac4b2

Browse files
author
Miha Zgubic
committed
add tuples
1 parent 5d823e1 commit 00ac4b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/to_vec.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ end
109109

110110
@testset "Tuples" begin
111111
test_to_vec((5, 4))
112-
test_to_vec((5, randn(T, 5)); check_inferred = VERSION v"1.2")
112+
test_to_vec((5, randn(T, 5)); check_inferred = VERSION v"1.2" && VERSION < v"1.6") # remove 1.6 once https://github.com/JuliaLang/julia/issues/40277
113113
test_to_vec((randn(T, 4), randn(T, 4, 3, 2), 1); check_inferred = false)
114114
test_to_vec((5, randn(T, 4, 3, 2), UpperTriangular(randn(T, 4, 4)), 2.5); check_inferred = VERSION v"1.2")
115115
test_to_vec(((6, 5), 3, randn(T, 3, 2, 0, 1)); check_inferred = false)

0 commit comments

Comments
 (0)