diff test/test_matrix.m @ 6005:b4351cfb5659

[project @ 2006-09-26 21:38:16 by jwe]
author jwe
date Tue, 26 Sep 2006 21:38:16 +0000
parents 02c7e288f581
children 93c65f2a5668
line wrap: on
line diff
--- a/test/test_matrix.m	Tue Sep 26 21:16:52 2006 +0000
+++ b/test/test_matrix.m	Tue Sep 26 21:38:16 2006 +0000
@@ -63,9 +63,6 @@
 %% test/octave.test/matrix/find-3.m
 %!error <Invalid call to find.*> find ();
 
-%% test/octave.test/matrix/find-4.m
-%!error <Invalid call to find.*> find (1, 2);
-
 %% test/octave.test/matrix/fliplr-1.m
 %!assert((fliplr ([1, 2; 3, 4]) == [2, 1; 4, 3]
 %! && fliplr ([1, 2; 3, 4; 5, 6]) == [2, 1; 4, 3; 6, 5]