From 2317b6d042e4f9bfbbb5a58e55f1bc72f0aad8e4 Mon Sep 17 00:00:00 2001 From: Avik Sengupta Date: Mon, 3 Sep 2018 14:44:32 +0100 Subject: [PATCH] remove Compat from package --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 3c485b3..edaadaa 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -3,8 +3,8 @@ using JavaCall using JDBC using DataFrames using DataStreams -using Compat, Compat.Dates, Compat.Test -using Compat: @info +using Test +using Dates import Pkg derby_driver_path = joinpath(dirname(pathof(JDBC)),"..","test","derby.jar")