# HG changeset patch # User John W. Eaton # Date 1272489577 14400 # Node ID c1111769f59570f183f9831ae631be4b2e7d697e # Parent eb69d94e8648be1f86e93bbf3e8aa065e4f46dca test_struct: update expected error message text diff -r eb69d94e8648 -r c1111769f595 test/ChangeLog --- a/test/ChangeLog Wed Apr 28 21:10:03 2010 +0200 +++ b/test/ChangeLog Wed Apr 28 17:19:37 2010 -0400 @@ -1,3 +1,7 @@ +2010-04-28 John W. Eaton + + * test_struct.m: Update expected error message text. + 2010-03-19 Jaroslav Hajek * test_slice.m: Use ID check rather than message for invalid resizing. diff -r eb69d94e8648 -r c1111769f595 test/test_struct.m --- a/test/test_struct.m Wed Apr 28 21:10:03 2010 +0200 +++ b/test/test_struct.m Wed Apr 28 17:19:37 2010 -0400 @@ -180,7 +180,7 @@ %! [a(1:3).x] = deal ([1, 5], [3, 7], [8, 9]); %! [a(2:3).x(2)] = deal (10, 11); -%!error +%!error %! [a(1:3).x] = deal ([1, 5], [3, 7], [8, 9]); %! a(2:3).x(2);