]> code.delx.au - gnu-emacs/blobdiff - test/automated/font-parse-tests.el
Further adaptions in file-notify-tests.el for w32notify
[gnu-emacs] / test / automated / font-parse-tests.el
index 5fc0f6c604f9acad43134008175618dd6eb2197d..6274253360f846471b6fc7a129229121a52a10d9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; font-parse-tests.el --- Test suite for font parsing.
 
-;; Copyright (C) 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2016 Free Software Foundation, Inc.
 
 ;; Author: Chong Yidong <cyd@stupidchicken.com>
 ;; Keywords:       internal
@@ -25,8 +25,6 @@
 
 ;; Type M-x test-font-parse RET to generate the test buffer.
 
-;; TODO: Convert to ERT format.
-
 ;;; Code:
 
 (require 'ert)
@@ -160,4 +158,8 @@ expected font properties from parsing NAME.")
        (insert "\n"))))
   (goto-char (point-min)))
 
+;; Local Variables:
+;; no-byte-compile: t
+;; End:
+
 ;;; font-parse-tests.el ends here.