From 379a320d2dcddbc172b44ff4d3c3eebe941119b2 Mon Sep 17 00:00:00 2001 From: SimonDanisch Date: Thu, 9 May 2019 12:45:13 +0200 Subject: [PATCH] remove debug --- test/REQUIRE | 2 -- test/imgcomp.jl | 1 - 2 files changed, 3 deletions(-) diff --git a/test/REQUIRE b/test/REQUIRE index f357d290..c469edc8 100644 --- a/test/REQUIRE +++ b/test/REQUIRE @@ -3,9 +3,7 @@ ImageMagick Images LaTeXStrings RDatasets -Random StatsPlots -Test UnicodePlots VisualRegressionTests BinaryProvider diff --git a/test/imgcomp.jl b/test/imgcomp.jl index e61a47c9..206b8d50 100644 --- a/test/imgcomp.jl +++ b/test/imgcomp.jl @@ -75,7 +75,6 @@ function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = is expr = Expr(:block) append!(expr.args, example.exprs) eval(expr) - png(joinpath(@__DIR__, "testimgs", "test$idx.png")) png(fn) end