]> code.delx.au - gnu-emacs/blobdiff - test/automated/eieio-tests.el
Update copyright year to 2015
[gnu-emacs] / test / automated / eieio-tests.el
index 144f0bc919dc171c12700f1b2db521d2c10376db..15b65042ba4b1e68a16915e1c4a86aa2aa34c89a 100644 (file)
@@ -1,6 +1,6 @@
 ;;; eieio-tests.el -- eieio tests routines
 
-;; Copyright (C) 1999-2003, 2005-2010, 2012-2013 Free Software
+;; Copyright (C) 1999-2003, 2005-2010, 2012-2015 Free Software
 ;; Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
@@ -885,9 +885,10 @@ Subclasses to override slot attributes.")
   (should (= (length (eieio-build-class-alist opt-test1 nil)) 2))
   (should (= (length (eieio-build-class-alist opt-test1 t)) 1)))
 
-(ert-deftest eieio-test-37-persistent-classes ()
-  (load-file "eieio-test-persist.el"))
-
 (provide 'eieio-tests)
 
 ;;; eieio-tests.el ends here
+
+;; Local Variables:
+;; no-byte-compile: t
+;; End: