diff options
-rw-r--r-- | test/src/process-tests.el (renamed from test/lisp/legacy/process-tests.el) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/legacy/process-tests.el b/test/src/process-tests.el index 8554a287ccd..8cc59bf9feb 100644 --- a/test/lisp/legacy/process-tests.el +++ b/test/src/process-tests.el @@ -163,3 +163,4 @@ (should (equal path samepath)))) (provide 'process-tests) +;; process-tests.el ends here. |