Skip to content

Commit

Permalink
Update Issue9087.hx (#11887)
Browse files Browse the repository at this point in the history
  • Loading branch information
RblSb authored Dec 17, 2024
1 parent c85b00d commit a7bb59b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/server/src/cases/display/issues/Issue9087.hx
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,9 @@ class Issue9087 extends DisplayTestCase {
}
**/
function test(async:utest.Async) {
//TODO: https://github.com/HaxeFoundation/haxe/pull/9529
if(Sys.getEnv("GITHUB_WORKSPACE") != null) {
Assert.pass();
async.done();
return;
}
runHaxeJson([], DisplayMethods.GotoImplementation, {file: file, offset: offset(1), contents: source});
var result = parseGotoDefintion().result;
Assert.equals(1, result.length);
Assert.same(range(2, 3), result[0].range);
}
}
}

0 comments on commit a7bb59b

Please sign in to comment.