]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix merge error in unit tests.
authorDavid Engster <dengste@eml.cc>
Sun, 22 Apr 2012 10:52:47 +0000 (12:52 +0200)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 17:19:24 +0000 (19:19 +0200)
test/manual/cedet/cedet-utests.el

index ecfc4c32e31774cdcfc20945927b3b8bc33bcb3a..f0c5cc6d6f238cf127bb0c7d1142d90c841e885c 100644 (file)
@@ -201,12 +201,6 @@ of just logging the error."
       (error "Could not locate 'eieio/eieio-tests.el'"))
     (message "EIEIO Base tests loading from: %S" lib)
     (load-file lib)
-    )
-  (let ((lib (locate-library "eieio/eieio-test-methodinvoke.el" t)))
-    (unless lib
-      (error "Could not locate 'eieio/eieio-test-methodinvoke.el'"))
-    (message "EIEIO MethodInvoke tests loading from: %S" lib)
-    (load-file lib)
     ))
 
 (provide 'cedet-utests)