Mercurial > hg > octave-nkf
diff test/test_eval-catch.m @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | 1ad66ea35fe5 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/test/test_eval-catch.m +++ b/test/test_eval-catch.m @@ -13,7 +13,7 @@ %! eval ("clear a; a; x = 0;", "x = 1;"); %! assert (x, 1); -%% XXX FIXME XXX This is redundant with the changes to the above +%% FIXME This is redundant with the changes to the above %% test/octave.test/eval-catch/eval-catch-4.m %% test/octave.test/eval-catch/eval-catch-5.m