remove getInstanceCount usages
Summary: This diffs removes the usages of getInstanceCount as it has been removed from yoga. We will add event support in js later to handle these test cases Reviewed By: davidaurelio Differential Revision: D16560269 fbshipit-source-id: 52590c426faf87209f8635602b401fd5760af8ab
This commit is contained in:
committed by
Facebook Github Bot
parent
8c270e68cc
commit
adff8d96dd
@@ -27,5 +27,5 @@ it("margin_start", function () {
|
||||
root.freeRecursive();
|
||||
|
||||
(typeof gc !== "undefined") && gc();
|
||||
console.assert(0 === Yoga.getInstanceCount(), "0 === Yoga.getInstanceCount() (" + Yoga.getInstanceCount() + ")");
|
||||
// TODO Add event support in js and check instace allocation and de allocation using that
|
||||
});
|
||||
|
Reference in New Issue
Block a user