Make C# tryProcess test fail again

This commit is contained in:
2023-02-11 16:04:20 -07:00
parent 1fc1c98468
commit 7d7fa70d03

View File

@@ -405,7 +405,8 @@ class BasicTestCase extends Test {
} }
function testTryProcess() { function testTryProcess() {
Assert.equals("", Prelude.tryProcess("_ThisCoMMaNDWillSURElYFaiLLLLLL", [], error->{return;}, [])); Assert.equals("", Prelude.tryProcess("_ThisCoMMaNDWillSURElYFaiLLLLLL", [], error->{return;}));
Assert.equals("4.2.5", Prelude.tryProcess("haxe", ["--version"], error->{throw error;}));
} }
var aNullToPrint = null; var aNullToPrint = null;