branch: externals/matlab-mode
commit 5df804d5f0e32fb86b12987313869242be83a583
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
test/Makefile: remove debugging statement
---
tests/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/Makefile b/tests/Makefile
index 98e2a5cd78..b07953c4aa 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -63,8 +63,6 @@ MATLAB_TS_SETUP = --eval "(setq treesit-extra-load-path
'(\"$(MATLAB_TS_DIR)\"))
EMACSFLAGS = --batch -Q --eval '(setq debug-on-error t)' $(MATLAB_TS_SETUP)
-$(error $(EMACSFLAGS))
-
MATLAB_FILES = $(wildcard *.m)
ifneq ($(RUN_T_UTILS_TEST),)