The eieio-test-37-obsolete-name-in-constructor test has been disabled.
Its behavior is currently unpredictable.
Bug: https://debbugs.gnu.org/24503
Bug-Debian: http://bugs.debian.org/879020
Forwarded: not-needed
Gbp-Pq: Name 0013-Disable-eieio-test-37-obsolete-name-in-constructor.patch
(defmethod constructor :static ((_x eieio--testing) newname &rest _args)
(list newname 2))
-(ert-deftest eieio-test-37-obsolete-name-in-constructor ()
- (should (equal (eieio--testing "toto") '("toto" 2))))
+;; (ert-deftest eieio-test-37-obsolete-name-in-constructor ()
+;; (should (equal (eieio--testing "toto") '("toto" 2))))
(provide 'eieio-tests)