This commit is contained in:
Dima Granetchi
2014-11-21 22:48:41 +02:00
parent fd24fe0ef0
commit 2540cc700f
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -27,7 +27,6 @@ class ExprBindTest extends BuddySuite {
inline function val() return a.str + b.str + "ab".charAt(0);
BindExt.expr(a.str + b.str + "ab".charAt(0), function (from, to:String) {
//trace(from);
to.should.be(val());
callNum ++;
});