Skip to content

Commit 63d547f

Browse files
committed
test adjust
1 parent cb8b7a7 commit 63d547f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Macro.hx:21: main
2-
Macro.hx:21: _new
2+
Macro.hx:21: _hx_new
33
Main.hx:4: abc

tests/optimization/src/issues/Issue3713.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private class C<T> {
1919

2020
class Issue3713 {
2121
@:js('
22-
var b = BImpl._new();
22+
var b = BImpl._hx_new();
2323
var c_x = 1;
2424
')
2525
@:analyzer(no_const_propagation, no_local_dce)

0 commit comments

Comments
 (0)