From e328dc62704c0aba1e752604ee98fda8e8c982b1 Mon Sep 17 00:00:00 2001 From: Ryan Plessner Date: Thu, 11 Feb 2016 21:54:06 -0500 Subject: [PATCH] Rename test file to appease the package server. --- cover/private/codecov.rkt | 2 +- cover/private/tests/{not-run.rkt => test-not-run.rkt} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cover/private/tests/{not-run.rkt => test-not-run.rkt} (100%) diff --git a/cover/private/codecov.rkt b/cover/private/codecov.rkt index 89679cb..e549f64 100644 --- 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 similarity index 100% rename from cover/private/tests/not-run.rkt rename to cover/private/tests/test-not-run.rkt