Skip to content

Commit

Permalink
check with a different ctx sign
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jan 30, 2025
1 parent 8c1fa87 commit 0289eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/display/src/BaseDisplayTestContext.hx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class BaseDisplayTestContext {
"--cwd", dir,
"-cp", '${Sys.getCwd()}/src-misc',
"-D", "message.reporting=classic",
"-D", "source_header=Generated by Haxe 5.0.0",
"--no-output"
].concat(args), stdin == null ? null : Bytes.ofString(stdin));
}
Expand Down

0 comments on commit 0289eb3

Please sign in to comment.