From 587c60204b52fea669a6814584b7bdb406d777e7 Mon Sep 17 00:00:00 2001 From: Blas Kolic Date: Sun, 8 May 2016 14:01:58 -0500 Subject: [PATCH] Update runtests.jl --- test/runtests.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 7893a85a..8c290fb1 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -305,6 +305,4 @@ facts("High order polynomials test inspired by Fateman (takes a few seconds))") @fact get_coeff(f2,[1,6,7,20]) == c --> true end -include("taylorrec_tests.jl") - exitstatus()