Skip to content

Commit f235234

Browse files
Update test/retcodes.jl
1 parent 818e59d commit f235234

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/retcodes.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ alglist = (
1414

1515
@testset "Success" begin
1616
for alg in alglist
17-
@show alg
1817
A = [2.0 1.0; -1.0 1.0]
1918
b = [-1.0, 1.0]
2019
prob = LinearProblem(A, b)

0 commit comments

Comments
 (0)