diff test/octave.test/number/ismatrix-7.m @ 4323:0990c9b77109

[project @ 2003-02-14 07:36:26 by jwe]
author jwe
date Fri, 14 Feb 2003 07:36:27 +0000
parents 22bd65326ec1
children f3c21a1d1c62
line wrap: on
line diff
--- a/test/octave.test/number/ismatrix-7.m	Fri Feb 14 01:58:12 2003 +0000
+++ b/test/octave.test/number/ismatrix-7.m	Fri Feb 14 07:36:27 2003 +0000
@@ -1,5 +1,5 @@
 implicit_str_to_num_ok = 0;
 t1 = ! ismatrix (["test"; "ing"]);
 implicit_str_to_num_ok = 1;
-t2 = ismatrix (["test"; "ing"]);
+t2 = ! ismatrix (["test"; "ing"]);
 t1 && t2