Skip to content

Commit

Permalink
fix flash tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dpomier committed Dec 22, 2023
1 parent b7717a7 commit e473e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/misc/ErrorTests.hx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ErrorTests extends utest.Test {
@yield return v;

var s:String = test == 1 ? null : "test-1";
var v = s.substr(0, 4); // call
var v:String = s.substr(0, 4); // call

@yield return v;
}
Expand Down

0 comments on commit e473e8c

Please sign in to comment.