Skip to content

Commit

Permalink
Minor cleanup in test/bigint,extra
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobaldassi committed Jun 29, 2012
1 parent 5bb5e7e commit cfe0c75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion test/bigint.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cd("../extras") do
require("../extras/bigint.jl")
require("bigint.jl")

a=BigInt("123456789012345678901234567890")
b=BigInt("123456789012345678901234567891")
Expand Down
2 changes: 0 additions & 2 deletions test/extra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ runtests("file")
#runtests("Rmath") # disabled due to pipe bug

runtests("perf")
#runtests("perf_cat")
#runtests("arrayperf")

0 comments on commit cfe0c75

Please sign in to comment.