Skip to content

Commit 640e3c9

Browse files
Update SparseMatrixCSR.jl
1 parent 4943873 commit 640e3c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/SparseMatrixCSR.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#module SparseMatrixCSRTests
1+
module SparseMatrixCSRTests
22

33
using Test
44
using SparseMatricesCSR
@@ -139,4 +139,4 @@ V = [4.0,1.0,-1.0,4.0,1.0,-1.0,4.0]
139139
test_lu(0,I,J,V)
140140
test_lu(1,I,J,V)
141141

142-
#end # module
142+
end # module

0 commit comments

Comments
 (0)