mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
removed warning
This commit is contained in:
parent
bc602c0772
commit
fe3ab908c3
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue