# HG changeset patch # User Carlo de Falco # Date 1316066469 -7200 # Node ID 9801617353e31abb6248ae0608a15295f143e4b7 # Parent 52c5799130c2c6b2b777d4dfede30776f7541e47 removed a test to check that char () be called with at least one argument * test_string.m: removed a test to check that char () be called with at least one argument as this does no more generate an error after changeset af36cdb552a6. diff -r 52c5799130c2 -r 9801617353e3 test/test_string.m --- a/test/test_string.m Wed Sep 14 19:59:24 2011 -0400 +++ b/test/test_string.m Thu Sep 15 08:01:09 2011 +0200 @@ -166,8 +166,6 @@ %% test/octave.test/string/char-1.m %!assert(strcmp (char ([65, 83, 67, 73, 73]), "ASCII")); -%% test/octave.test/string/char-2.m -%!error char (); %% test/octave.test/string/char-3.m %!test