Explorar o código

allow access to TestRunner.result (fixed issue #1653)

Simon Krajewski %!s(int64=12) %!d(string=hai) anos
pai
achega
4b24bc8533
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/haxe/unit/TestRunner.hx

+ 1 - 1
std/haxe/unit/TestRunner.hx

@@ -23,7 +23,7 @@ package haxe.unit;
 import Reflect;
 
 class TestRunner {
-	var result : TestResult;
+	public var result(default, null) : TestResult;
 	var cases  : List<TestCase>;
 
 #if flash9