removed warning

This commit is contained in:
sefftinge 2008-07-01 15:53:37 +00:00
parent d54d7f86c3
commit 15718543c5

View file

@ -69,7 +69,7 @@ public class ParseErrorHandlingTest extends AbstractGeneratorTest {
public void testname() throws Exception {
String model = "import 'holla' foo returns y::Z : name=ID # 'foo'; bar : 'stuff'";
for (int i=model.length();0<i;i--) {
EObject model2 = getModel(model.substring(0, i));
getModel(model.substring(0, i));
}
}