Skip to content

Commit a958de7

Browse files
committed
Remove workaround for cross-project imports.
1 parent b5f6ff0 commit a958de7

File tree

1 file changed

+0
-6
lines changed
  • rascal-vscode-extension/src/test/vscode-suite

1 file changed

+0
-6
lines changed

rascal-vscode-extension/src/test/vscode-suite/ide.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,6 @@ describe('IDE', function () {
162162
});
163163

164164
it("go to definition works across projects", async () => {
165-
// due to a current bug, we have to make sure that the lib in the other project is correctly resolved
166-
const libEditor = await ide.openModule(TestWorkspace.libFile);
167-
await ide.screenshot(`just after opening ${TestWorkspace.libFile}`);
168-
await triggerTypeChecker(libEditor, TestWorkspace.libFileTpl, true);
169-
await bench.getEditorView().closeAllEditors();
170-
171165
const editor = await ide.openModule(TestWorkspace.libCallFile);
172166
await triggerTypeChecker(editor, TestWorkspace.libCallFileTpl, true);
173167
await editor.selectText("fib");

0 commit comments

Comments
 (0)