Skip to content

Commit

Permalink
[tests] 'fix' test for 6405
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jan 30, 2025
1 parent b507458 commit 5f06e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/display/src/cases/Issue6405.hx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class Issue6405 extends DisplayTestCase {
class Macros {
public static macro function makeTypeDef( {-2-}e{-3-} : Expr ) {
var t = Context.getType({-1-}e{-5-}.{-4-}toString());
public static macro function makeTypeDef( {-2-}unique_identifier_6405{-3-} : Expr ) {
var t = Context.getType({-1-}unique_identifier_6405{-5-}.{-4-}toString());
return macro {};
}
Expand Down

0 comments on commit 5f06e3d

Please sign in to comment.