Disable byte-compilation in two test/automated files
[bpt/emacs.git] / test / automated / ert-tests.el
index 53cbd1f..45440e0 100644 (file)
@@ -831,3 +831,7 @@ This macro is used to test if macroexpansion in `should' works."
 (provide 'ert-tests)
 
 ;;; ert-tests.el ends here
+
+;; Local Variables:
+;; no-byte-compile: t
+;; End: