update to latest buddy support

This commit is contained in:
Dima Granetchi
2017-02-02 17:44:10 +03:00
parent 90957d5fcf
commit f4d1f1fc79
10 changed files with 18 additions and 31 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
package ;
import bindx.Bind;
import bindx.IBindable;
import buddy.BuddySuite;
import haxe.rtti.CType;
@@ -18,7 +17,7 @@ class InlineTest extends BuddySuite {
var cd:Classdef;
var foundFields:Int;
before(function () {
beforeEach(function () {
foundFields = 0;
b = new BindableInline();
#if (haxe_ver<3.2)