From c61adf1230dce157821ef535143d2f5bdbfaf7bf Mon Sep 17 00:00:00 2001 From: Matti Pastell Date: Thu, 3 Nov 2016 14:13:50 +0200 Subject: [PATCH] Remove Compat from using statements --- test/cache_test.jl | 2 +- test/chunk_options.jl | 2 +- test/chunk_opts_gadfly.jl | 2 +- test/gadfly_formats.jl | 2 +- test/plotsjl_test.jl | 2 +- test/pyplot_formats.jl | 2 +- test/rich_output.jl | 2 +- test/winston_formats.jl | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/cache_test.jl b/test/cache_test.jl index 977c6a9..f59f68b 100644 --- a/test/cache_test.jl +++ b/test/cache_test.jl @@ -1,4 +1,4 @@ -using Weave, Compat +using Weave using Base.Test #Test if running document with and without cache works diff --git a/test/chunk_options.jl b/test/chunk_options.jl index 354dacb..5a3d05c 100644 --- a/test/chunk_options.jl +++ b/test/chunk_options.jl @@ -1,4 +1,4 @@ -using Weave, Compat +using Weave using Base.Test cleanup = true diff --git a/test/chunk_opts_gadfly.jl b/test/chunk_opts_gadfly.jl index d892b62..137d7fd 100644 --- a/test/chunk_opts_gadfly.jl +++ b/test/chunk_opts_gadfly.jl @@ -1,4 +1,4 @@ -using Weave, Compat +using Weave using Base.Test cleanup = true diff --git a/test/gadfly_formats.jl b/test/gadfly_formats.jl index 375220e..27a002c 100644 --- a/test/gadfly_formats.jl +++ b/test/gadfly_formats.jl @@ -1,5 +1,5 @@ #Test for Gadfly with different chunk options and figure formatsusing Weave -using Weave, Compat +using Weave using Base.Test diff --git a/test/plotsjl_test.jl b/test/plotsjl_test.jl index b520cf2..c354f5e 100644 --- a/test/plotsjl_test.jl +++ b/test/plotsjl_test.jl @@ -1,4 +1,4 @@ -using Weave, Compat +using Weave using Base.Test function pljtest(source, resfile, doctype) diff --git a/test/pyplot_formats.jl b/test/pyplot_formats.jl index 83a540c..8e3486b 100644 --- a/test/pyplot_formats.jl +++ b/test/pyplot_formats.jl @@ -1,4 +1,4 @@ -using Weave, Compat +using Weave using Base.Test cleanup = true diff --git a/test/rich_output.jl b/test/rich_output.jl index b26ae02..197ea26 100644 --- a/test/rich_output.jl +++ b/test/rich_output.jl @@ -1,4 +1,4 @@ -using Weave, Compat +using Weave using Base.Test function mmtest(source, resfile, doctype) diff --git a/test/winston_formats.jl b/test/winston_formats.jl index 932b9e3..8ae11d8 100644 --- a/test/winston_formats.jl +++ b/test/winston_formats.jl @@ -1,4 +1,4 @@ -using Weave, Compat +using Weave using Base.Test weave("documents/winston_formats.txt", plotlib="Winston", doctype="tex")