summaryrefslogtreecommitdiff
path: root/test/automated/eieio-test-methodinvoke.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/automated/eieio-test-methodinvoke.el')
-rw-r--r--test/automated/eieio-test-methodinvoke.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/eieio-test-methodinvoke.el b/test/automated/eieio-test-methodinvoke.el
index 5263013434e..557f031d181 100644
--- a/test/automated/eieio-test-methodinvoke.el
+++ b/test/automated/eieio-test-methodinvoke.el
@@ -186,7 +186,7 @@
(cl-defmethod make-instance ((p (subclass C)) &rest args)
(eieio-test-method-store :STATIC 'C)
- (call-next-method)
+ (cl-call-next-method)
)
(ert-deftest eieio-test-method-order-list-6 ()