diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/emacs-lisp/bytecomp-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el b/test/lisp/emacs-lisp/bytecomp-tests.el index 4aa555f1e92..06918f5901c 100644 --- a/test/lisp/emacs-lisp/bytecomp-tests.el +++ b/test/lisp/emacs-lisp/bytecomp-tests.el | |||
| @@ -1697,7 +1697,8 @@ mountpoint (Bug#44631)." | |||
| 1697 | (byte-compile-error-on-warn t)) | 1697 | (byte-compile-error-on-warn t)) |
| 1698 | (should-not (file-remote-p input-file)) | 1698 | (should-not (file-remote-p input-file)) |
| 1699 | (should-not (file-remote-p output-file)) | 1699 | (should-not (file-remote-p output-file)) |
| 1700 | (write-region "" nil input-file nil nil nil 'excl) | 1700 | (write-region ";;; -*-lexical-binding:t-*-\n" |
| 1701 | nil input-file nil nil nil 'excl) | ||
| 1701 | (write-region "" nil output-file nil nil nil 'excl) | 1702 | (write-region "" nil output-file nil nil nil 'excl) |
| 1702 | (unwind-protect | 1703 | (unwind-protect |
| 1703 | (progn | 1704 | (progn |