Skip to content

Commit e3eacb6

Browse files
committed
Remove unintended dot
1 parent f68e856 commit e3eacb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testtriag.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function test_triangular(elty1_types)
55
n = 9
66
@testset for elty1 in elty1_types
77
# Begin loop for first Triangular matrix
8-
@testset for (t1, uplo1) in ((UpperTriangular, :U),.
8+
@testset for (t1, uplo1) in ((UpperTriangular, :U),
99
(UnitUpperTriangular, :U),
1010
(LowerTriangular, :L),
1111
(UnitLowerTriangular, :L))

0 commit comments

Comments
 (0)