diff test/test_struct.m @ 10366:e5ae13b8b2c2

improve Array indexing error messages
author Jaroslav Hajek <highegg@gmail.com>
date Sat, 27 Feb 2010 08:37:34 +0100
parents 67fa54583fe8
children 81bcdf5fd7a9
line wrap: on
line diff
--- a/test/test_struct.m
+++ b/test/test_struct.m
@@ -261,4 +261,4 @@
 %!error <Index exceeds matrix dimension>
 %!  s = resize(struct(),3,2);
 %!  s(3).foo = 42;
-%!  s(7);
\ No newline at end of file
+%!  s(7);