diff test/fntests.m @ 16263:9acb86e6ac90

4/10 commits reworking the lexer
author John W. Eaton <jwe@octave.org>
date Mon, 11 Mar 2013 14:28:11 -0400
parents 5b2126a8c84f
children d63878346099
line wrap: on
line diff
--- a/test/fntests.m	Mon Mar 11 14:26:29 2013 -0400
+++ b/test/fntests.m	Mon Mar 11 14:28:11 2013 -0400
@@ -25,6 +25,8 @@
 
 currdir = canonicalize_file_name (".");
 
+debug_on_error (true);
+
 if (nargin == 1)
   xdir = argv (){1};
 else