浏览代码

this test works (closes #9446)

still something wrong with GH actions, but it does work locally
Dan Korostelev 5 年之前
父节点
当前提交
8a1bbf0d30
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      tests/server/src/cases/display/issues/Issue9470.hx

+ 0 - 7
tests/server/src/cases/display/issues/Issue9470.hx

@@ -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();
 	}