diff options
Diffstat (limited to 'test/lisp/calculator-tests.el')
-rw-r--r-- | test/lisp/calculator-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/calculator-tests.el b/test/lisp/calculator-tests.el index 9551b1a4c61..f24ca97310c 100644 --- a/test/lisp/calculator-tests.el +++ b/test/lisp/calculator-tests.el @@ -48,4 +48,4 @@ (should (equal (calculator-string-to-number str) expected))))))) (provide 'calculator-tests) -;; calculator-tests.el ends here +;;; calculator-tests.el ends here |