mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
Updated generated code
This commit is contained in:
parent
6f78cb9084
commit
846a2a7faf
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class RenameIssue520Test extends AbstractTestLangLanguageServerTest {
|
|||
_builder_1.append("}");
|
||||
_builder_1.newLine();
|
||||
final String model2 = _builder_1.toString();
|
||||
final String file2 = this.writeFile("foo/Bar.testlang", model2);
|
||||
this.writeFile("foo/Bar.testlang", model2);
|
||||
this.initialize();
|
||||
TextDocumentIdentifier _textDocumentIdentifier = new TextDocumentIdentifier(file);
|
||||
Position _position = new Position(0, 6);
|
||||
|
|
Loading…
Reference in a new issue