|
@@ -20,13 +20,6 @@ class Issue9470 extends DisplayTestCase {
|
|
|
function test(_) {
|
|
|
runHaxeJson([], DisplayMethods.FindReferences, {file: file, kind: WithBaseAndDescendants, offset: offset(1)});
|
|
|
var result = parseGotoDefinitionLocations();
|
|
|
- /*
|
|
|
- TODO:
|
|
|
- Something is wrong with our test suite setup.
|
|
|
- This works in vshaxe, but not here.
|
|
|
- Similar test #9446 works fine in the test suite.
|
|
|
- Another test which does not work here, but works in vshaxe: #9423.
|
|
|
- */
|
|
|
Assert.same([range(2, 3)], result.map(l -> l.range));
|
|
|
Assert.pass();
|
|
|
}
|