From bbbbeb839f927171e3fff678f1d3354e5267ca88 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Wed, 18 Mar 2015 13:32:04 +0100 Subject: [PATCH] Change call to test.m to fataltest.m Necessary after a988418668cb8d8441c5c483700f03bea9c685f9 to prevent crashes --- tests/deterministic_simulations/rbc_det_exo_lag_2b.mod | 2 +- tests/deterministic_simulations/rbc_det_exo_lag_2c.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/deterministic_simulations/rbc_det_exo_lag_2b.mod b/tests/deterministic_simulations/rbc_det_exo_lag_2b.mod index 08cdb5473..d59a8e613 100644 --- a/tests/deterministic_simulations/rbc_det_exo_lag_2b.mod +++ b/tests/deterministic_simulations/rbc_det_exo_lag_2b.mod @@ -77,4 +77,4 @@ rplot Capital; O=load('rbc_det_exo_lag_2a_results'); -test(oo_.endo_simul(:,2:end),O.oo_.endo_simul); \ No newline at end of file +fataltest(oo_.endo_simul(:,2:end),O.oo_.endo_simul); \ No newline at end of file diff --git a/tests/deterministic_simulations/rbc_det_exo_lag_2c.mod b/tests/deterministic_simulations/rbc_det_exo_lag_2c.mod index 654446c8c..fd7024109 100644 --- a/tests/deterministic_simulations/rbc_det_exo_lag_2c.mod +++ b/tests/deterministic_simulations/rbc_det_exo_lag_2c.mod @@ -77,4 +77,4 @@ rplot Capital; O=load('rbc_det_exo_lag_2a_results'); -test(oo_.endo_simul(:,2:end),O.oo_.endo_simul); \ No newline at end of file +fataltest(oo_.endo_simul(:,2:end),O.oo_.endo_simul); \ No newline at end of file