From 96869fbd76153da9e55dac8acbbcb973775bb230 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Mon, 17 Aug 2015 11:45:24 +0200
Subject: [PATCH] add workspace() command to the beginning of test.jl

---
 tests/julia/rbc/test.jl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/julia/rbc/test.jl b/tests/julia/rbc/test.jl
index 03304d208a..79ccd4d5ab 100644
--- a/tests/julia/rbc/test.jl
+++ b/tests/julia/rbc/test.jl
@@ -1,3 +1,6 @@
+#clear workspace
+workspace()
+
 # Modification of the path (for packages). Should be done in ~/.juliarc.jl with a fixed path instead.
 unshift!(LOAD_PATH, abspath("../../../julia"))
 
-- 
GitLab