milena r1442: Reduce a test for FLLT

URL: https://svn.lrde.epita.fr/svn/oln/trunk/milena ChangeLog: 2007-11-06 Guillaume Duhamel <guillaume.duhamel@lrde.epita.fr> Reduce a test for FLLT. * sandbox/garrigues/test_flltb.cc: Reduce a FLLT test to reveal a bug. --- test_flltb.cc | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) Index: trunk/milena/sandbox/garrigues/test_flltb.cc =================================================================== --- trunk/milena/sandbox/garrigues/test_flltb.cc (revision 1441) +++ trunk/milena/sandbox/garrigues/test_flltb.cc (revision 1442) @@ -23,17 +23,10 @@ // {0, 1, 0, 1, 0, 1}, // {0, 0, 0, 1, 1, 1} }; - int vs[11][5] = { {164, 164, 171, 171, 172}, - {162, 164, 171, 171, 172}, - {171, 164, 171, 171, 171}, - {164, 171, 171, 164, 164}, - {164, 171, 171, 171, 164}, - {171, 164, 171, 164, 164}, - {171, 171, 171, 164, 164}, - {172, 171, 171, 164, 164}, - {172, 164, 171, 162, 162}, - {164, 171, 164, 156, 162}, - {164, 164, 162, 162, 156} }; + int vs[4][4] = { {3, 3, 3, 4}, + {3, 2, 3, 2}, + {4, 3, 3, 2}, + {2, 2, 2, 2} };
participants (1)
-
Guillaume Duhamel