Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jan 30, 2025
1 parent 99cf0d8 commit 0435f4c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/display/src/cases/Super.hx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ class Super extends DisplayTestCase {
}
**/
function testSuperCall() @:privateAccess {
// ctx.baseArgs = ["Super"];
ctx.callDisplay(ServerMethods.ReadClassPaths, null);
ctx.runHaxe([]);
eq(range(1, 2), position(pos(3)));
eq("Base<String>", type(pos(3)));
arrayEq([range(4, 5)], usage(pos(2)));
arrayEq([range(4, 5)], usage(pos(3)));
}

Expand All @@ -32,8 +32,6 @@ class Super extends DisplayTestCase {
}
**/
function testSuperField() @:privateAccess {
// ctx.baseArgs = ["Super"];
ctx.callDisplay(ServerMethods.ReadClassPaths, null);
eq(range(1, 2), position(pos(3)));
eq("Base<String>", type(pos(3)));
eq(range(4, 5), position(pos(6)));
Expand Down

0 comments on commit 0435f4c

Please sign in to comment.