Skip to content

Commit

Permalink
Fix linalg/arnoldi failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Apr 18, 2015
1 parent ef00265 commit 73ec507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function choosetests(choices = [])
"linalg/pinv", "linalg/givens", "linalg/cholesky", "linalg/lu",
"linalg/symmetric"])
if Base.USE_GPL_LIBS
tests = [tests, "linalg/arnoldi.jl"]
tests = [tests, "linalg/arnoldi";]
end
end

Expand Down

1 comment on commit 73ec507

@tkelman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still looks odd to have all the linalg tests at the start, except arnoldi

Please sign in to comment.