Mercurial > hg > octave-thorsten
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 +++ b/scripts/testfun/test.m @@ -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));