changeset 5803:c86a550a91c0

[project @ 2006-05-10 18:15:19 by jwe]
author jwe
date Wed, 10 May 2006 18:15:19 +0000
parents 6c0e46b5c6e2
children 296cefb48d7e
files scripts/testfun/test.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/testfun/test.m	Wed May 10 17:00:56 2006 +0000
+++ b/scripts/testfun/test.m	Wed May 10 18:15:19 2006 +0000
@@ -406,7 +406,6 @@
     ## evaluate code for test, shared, and assert.
     if (!isempty(__code))
       try
-	fprintf (stderr, "%s\n", __code);
       	eval(sprintf("function %s__test__(%s)\n%s\nendfunction", ...
 	      __shared_r,__shared, __code));
 	eval(sprintf("%s__test__(%s);", __shared_r, __shared));