diff options
| author | Lars Ingebrigtsen | 2019-07-28 11:40:30 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-28 11:40:30 +0200 |
| commit | 348a6de118b952dd1507df6139d559bf0199cfd1 (patch) | |
| tree | 1ee877e00dfd6839a31982a215944cdab2128548 | |
| parent | 3a556c0c60ffc224b22fa94a496a26ef9d0d43ee (diff) | |
| download | emacs-348a6de118b952dd1507df6139d559bf0199cfd1.tar.gz emacs-348a6de118b952dd1507df6139d559bf0199cfd1.zip | |
`unknown' test case now works
| -rw-r--r-- | test/lisp/emacs-lisp/testcover-resources/testcases.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/testcover-resources/testcases.el b/test/lisp/emacs-lisp/testcover-resources/testcases.el index 571e9ab3884..d5b4f530540 100644 --- a/test/lisp/emacs-lisp/testcover-resources/testcases.el +++ b/test/lisp/emacs-lisp/testcover-resources/testcases.el | |||
| @@ -483,7 +483,6 @@ regarding the odd-looking coverage result for the quoted form." | |||
| 483 | 483 | ||
| 484 | ;; ==== coverage-of-the-unknown-symbol-bug-25471 ==== | 484 | ;; ==== coverage-of-the-unknown-symbol-bug-25471 ==== |
| 485 | "Testcover correctly records coverage of code which uses `unknown'" | 485 | "Testcover correctly records coverage of code which uses `unknown'" |
| 486 | :expected-result :failed | ||
| 487 | ;; ==== | 486 | ;; ==== |
| 488 | (defun testcover-testcase-how-do-i-know-you (name) | 487 | (defun testcover-testcase-how-do-i-know-you (name) |
| 489 | (let ((val 'unknown)) | 488 | (let ((val 'unknown)) |