guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: tests: Fix module name for 'lint'.


From: Ludovic Courtès
Subject: 01/02: tests: Fix module name for 'lint'.
Date: Tue, 31 Mar 2015 20:24:16 +0000

civodul pushed a commit to branch master
in repository guix.

commit 4e7b6b4838318ca127ae588a7a28c8608b0c8721
Author: Ludovic Courtès <address@hidden>
Date:   Tue Mar 31 21:59:05 2015 +0200

    tests: Fix module name for 'lint'.
    
    * tests/lint.scm: Change module name to 'test-lint'.
---
 tests/lint.scm |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/tests/lint.scm b/tests/lint.scm
index c059922..2312b80 100644
--- a/tests/lint.scm
+++ b/tests/lint.scm
@@ -18,8 +18,7 @@
 ;;; You should have received a copy of the GNU General Public License
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
-
-(define-module (test-packages)
+(define-module (test-lint)
   #:use-module (guix tests)
   #:use-module (guix download)
   #:use-module (guix build-system gnu)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]