diff options
| -rw-r--r-- | test/automated/eieio-test-methodinvoke.el | 2 |
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 @@ | |||
| 186 | 186 | ||
| 187 | (cl-defmethod make-instance ((p (subclass C)) &rest args) | 187 | (cl-defmethod make-instance ((p (subclass C)) &rest args) |
| 188 | (eieio-test-method-store :STATIC 'C) | 188 | (eieio-test-method-store :STATIC 'C) |
| 189 | (call-next-method) | 189 | (cl-call-next-method) |
| 190 | ) | 190 | ) |
| 191 | 191 | ||
| 192 | (ert-deftest eieio-test-method-order-list-6 () | 192 | (ert-deftest eieio-test-method-order-list-6 () |