www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e328dc62704c0aba1e752604ee98fda8e8c982b1
parent 4970baf096d67e41346eaf258c7ec187a8da309b
Author: Ryan Plessner <plessner.ryan@gmail.com>
Date:   Thu, 11 Feb 2016 21:54:06 -0500

Rename test file to appease the package server.

Diffstat:
Mcover/private/codecov.rkt | 2+-
Rcover/private/tests/not-run.rkt -> cover/private/tests/test-not-run.rkt | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/cover/private/codecov.rkt b/cover/private/codecov.rkt @@ -54,7 +54,7 @@ (reverse line-cover)) (module+ test - (define-runtime-path path "tests/not-run.rkt") + (define-runtime-path path "tests/test-not-run.rkt") (let () (parameterize ([current-cover-environment (make-cover-environment)]) (define file (path->string (simplify-path path))) diff --git a/cover/private/tests/not-run.rkt b/cover/private/tests/test-not-run.rkt