Skip to content

Commit

Permalink
[tests] remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Apr 9, 2024
1 parent aede1af commit af4509f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/misc/projects/Issue11632/Main.hx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#if macro
import haxe.macro.Expr;
import haxe.macro.Type;
#end

#if !macro @:build(Macro.build()) #end
Expand Down
2 changes: 1 addition & 1 deletion tests/misc/projects/Issue11632/compile-fail.hxml.stderr
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Main.hx:6: characters 12-19 : Eval runtime exception: Null Access (see dump/decoding_error.txt for details)
Main.hx:5: characters 12-19 : Eval runtime exception: Null Access (see dump/decoding_error.txt for details)

0 comments on commit af4509f

Please sign in to comment.