From f0906ab0bd07ab751554e1f44dd4860164155909 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 1 Apr 2015 23:05:45 -0700 Subject: [PATCH] rename a test file --- test/{no-lang-line-source.rkt => no-lang-line-source.txt} | 0 test/tests.rkt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{no-lang-line-source.rkt => no-lang-line-source.txt} (100%) diff --git a/test/no-lang-line-source.rkt b/test/no-lang-line-source.txt similarity index 100% rename from test/no-lang-line-source.rkt rename to test/no-lang-line-source.txt diff --git a/test/tests.rkt b/test/tests.rkt index 2de656e..e4effef 100644 --- a/test/tests.rkt +++ b/test/tests.rkt @@ -197,7 +197,7 @@ (module no-lang-line-include-test racket/base (require sugar/include) - (include-without-lang-line "no-lang-line-source.rkt") + (include-without-lang-line "no-lang-line-source.txt") (provide no-lang-symbol)) (require 'no-lang-line-include-test)