]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/emacs-lisp/nadvice-tests.el: Re-add no-byte-compile.
authorStefan Kangas <stefan@marxist.se>
Mon, 8 Aug 2022 11:37:43 +0000 (13:37 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 8 Aug 2022 11:47:15 +0000 (13:47 +0200)
test/lisp/emacs-lisp/nadvice-tests.el

index fa76c725655f349d1c8c1b05bef6c6767f1a74c8..a675986b90bf8a64b1fef25eaef2a5ae1551b246 100644 (file)
@@ -213,4 +213,8 @@ function being an around advice."
     (should (equal (cl-prin1-to-string (car x))
                    "#f(advice first :before #f(advice car :after cdr))"))))
 
+;; Local Variables:
+;; no-byte-compile: t
+;; End:
+
 ;;; nadvice-tests.el ends here