diff options
Diffstat (limited to 'tests/embind/embind.test.js')
-rw-r--r-- | tests/embind/embind.test.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/embind/embind.test.js b/tests/embind/embind.test.js index 1cadb7f1..523cb1bc 100644 --- a/tests/embind/embind.test.js +++ b/tests/embind/embind.test.js @@ -1640,10 +1640,10 @@ module({ }); }); - /* ENABLE THESE AS THEY PASS BaseFixture.extend("new-style class inheritance", function() { var Empty = cm.AbstractClass.extend({}); - + // ENABLE THESE AS THEY PASS +/* test("can extend, construct, and delete", function() { var instance = new Empty; instance.delete(); @@ -1713,8 +1713,8 @@ module({ assert.instanceof(instance, cm.AbstractClass); instance.delete(); }); +*/ }); - */ BaseFixture.extend("registration order", function() { test("registration of tuple elements out of order leaves them in order", function() { |