diff options
| author | Glenn Morris | 2015-12-08 00:01:31 -0800 |
|---|---|---|
| committer | Glenn Morris | 2015-12-08 00:01:31 -0800 |
| commit | 93f429a324e8b9a37f2646548ef8062c6392e94f (patch) | |
| tree | b7c38d0ba4c52a8068956c4472d153afea067d5b /test | |
| parent | 741d0afe021fbe0ff4f3933242526c684ed8c806 (diff) | |
| download | emacs-93f429a324e8b9a37f2646548ef8062c6392e94f.tar.gz emacs-93f429a324e8b9a37f2646548ef8062c6392e94f.zip | |
* test/automated/simple-test.el (undo-auto-boundary-timer): Update
for recent change.
Diffstat (limited to 'test')
| -rw-r--r-- | test/automated/simple-test.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/automated/simple-test.el b/test/automated/simple-test.el index c758d7cc8ef..771241ad7ef 100644 --- a/test/automated/simple-test.el +++ b/test/automated/simple-test.el | |||
| @@ -226,9 +226,9 @@ | |||
| 226 | 226 | ||
| 227 | 227 | ||
| 228 | ;;; auto-boundary tests | 228 | ;;; auto-boundary tests |
| 229 | (ert-deftest undo-auto--boundary-timer () | 229 | (ert-deftest undo-auto-boundary-timer () |
| 230 | (should | 230 | (should |
| 231 | undo-auto--current-boundary-timer)) | 231 | undo-auto-current-boundary-timer)) |
| 232 | 232 | ||
| 233 | (ert-deftest undo-auto--boundaries-added () | 233 | (ert-deftest undo-auto--boundaries-added () |
| 234 | ;; The change in the buffer should have caused addition | 234 | ;; The change in the buffer should have caused addition |