diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/eval-tests.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/src/eval-tests.el b/test/src/eval-tests.el index 59da6b7cc30..319dd91c86a 100644 --- a/test/src/eval-tests.el +++ b/test/src/eval-tests.el | |||
| @@ -113,4 +113,8 @@ crash/abort/malloc assert failure on the next test." | |||
| 113 | (signal-hook-function #'ignore)) | 113 | (signal-hook-function #'ignore)) |
| 114 | (should-error (eval-tests--exceed-specbind-limit)))) | 114 | (should-error (eval-tests--exceed-specbind-limit)))) |
| 115 | 115 | ||
| 116 | (ert-deftest defvar/bug31072 () | ||
| 117 | "Check that Bug#31072 is fixed." | ||
| 118 | (should-error (eval '(defvar 1) t) :type 'wrong-type-argument)) | ||
| 119 | |||
| 116 | ;;; eval-tests.el ends here | 120 | ;;; eval-tests.el ends here |