Skip to content

Commit

Permalink
[tests] nothing to see here
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed May 17, 2020
1 parent 43af83a commit 4ab439b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sys/src/TestSys.hx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class TestSys extends TestCommandBase {
#elseif cs
Assert.isTrue(StringTools.endsWith(p, "Main-Debug.exe"));
#elseif jvm
Assert.isTrue(StringTools.endsWith(p, "sys.jar"))
Assert.isTrue(StringTools.endsWith(p, "sys.jar"));
#elseif java
Assert.isTrue(StringTools.endsWith(p, "Main-Debug.jar"));
#elseif python
Expand Down

0 comments on commit 4ab439b

Please sign in to comment.