# HG changeset patch # User jwe # Date 1147284919 0 # Node ID c86a550a91c0eba7f6a4f3b3f106c1ddc5653694 # Parent 6c0e46b5c6e26093c8c52ebb45bc0073c3995d03 [project @ 2006-05-10 18:15:19 by jwe] diff -r 6c0e46b5c6e2 -r c86a550a91c0 scripts/testfun/test.m --- 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));