From dc086f5653cb6e183f655a090720f6acc983c0be Mon Sep 17 00:00:00 2001 From: Javier Sancho Date: Fri, 30 Aug 2019 18:34:38 +0200 Subject: [PATCH] Test name --- tests/triangle.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/triangle.scm b/tests/triangle.scm index 8aa151a..57cfb1e 100644 --- a/tests/triangle.scm +++ b/tests/triangle.scm @@ -15,7 +15,7 @@ ;;; along with Haunt. If not, see . -(define-module (test-point) +(define-module (test-triangle) #:use-module (srfi srfi-64) #:use-module (dungeon-master geom point) #:use-module (dungeon-master geom triangle)) -- 2.39.2