From 6d954b03a471cf32862e01b2077cef44ac5c29d6 Mon Sep 17 00:00:00 2001 From: Thomas Vincent <20100thomas@gmail.com> Date: Tue, 29 Aug 2017 22:03:54 -0400 Subject: [PATCH] Minor fix --- run_tests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.m b/run_tests.m index 7399adb6..598a6687 100644 --- a/run_tests.m +++ b/run_tests.m @@ -15,7 +15,7 @@ function run_tests(to_run, stop_on_error) error(install_error_msg); end catch -xà error(install_error_msg); + error(install_error_msg); end %TODO: check for matlab version > R2013b %TODO: check that nirstorm is actually installed