mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
Changed GRN to ROT because of encoding problems on the buildserver
This commit is contained in:
parent
19d5874acc
commit
cb0b98d8d3
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class PartialParsingPerformanceTest extends AbstractPartialParserTest {
|
|||
}
|
||||
modelBuffer.append(" erwachsener ( Sven 112 )\n");
|
||||
for(int i=0; i<NUM_ELEMENTS; ++i) {
|
||||
modelBuffer.append(" spielzeug ( Schaufel GRÜN )\n");
|
||||
modelBuffer.append(" spielzeug ( Schaufel ROT )\n");
|
||||
}
|
||||
modelBuffer.append("}\n");
|
||||
String model = modelBuffer.toString();
|
||||
|
|
Loading…
Reference in a new issue