File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
rascal-vscode-extension/src/test/vscode-suite Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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" ) ;
You can’t perform that action at this time.
0 commit comments