Skip to content

Commit 5a8fc8e

Browse files
committed
Adapt tests for inference changes in Julia v1.3-rc5
1 parent a68c883 commit 5a8fc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using StaticArrays
1212
A21 = [4 5 6; 7 8 9]
1313
A12 = [10 11; 12 13; 14 15]
1414
A22 = [16 17; 18 19]
15-
hcat(Array[A11, A21], Array[A12, A22])
15+
hcat([A11, A21], [A12, A22])
1616
end
1717

1818

0 commit comments

Comments
 (0)