diff test/octave.test/arith/sumsq-2.m @ 3105:f936c7f5074f

[project @ 1997-11-19 04:36:17 by jwe]
author jwe
date Wed, 19 Nov 1997 04:37:56 +0000
parents b02d27f0ed57
children
line wrap: on
line diff
--- a/test/octave.test/arith/sumsq-2.m	Tue Nov 18 20:16:27 1997 +0000
+++ b/test/octave.test/arith/sumsq-2.m	Wed Nov 19 04:37:56 1997 +0000
@@ -1,1 +1,1 @@
-all (all (sumsq ([1, 2, 3; 2, 3, 4; 4i, 6i, 2]) == [-11, -23, 29]))
+all (all (sumsq ([1, 2, 3; 2, 3, 4; 4i, 6i, 2]) == [21, 49, 29]))