aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/unit_test
diff options
context:
space:
mode:
authorBrad Richardson <everythingfunctional@protonmail.com>2020-10-14 15:03:09 -0500
committerBrad Richardson <everythingfunctional@protonmail.com>2020-10-14 15:03:09 -0500
commit1c69913b1d0ff68deffee4ee57ca3faef95b4a9d (patch)
tree1f04a422f0b687d8c60ccab3bec96b33fd1bfe6e /bootstrap/unit_test
parent628d09a8f1e5c432f23d4dcc7d2ef56aec7abb82 (diff)
downloadfpm-1c69913b1d0ff68deffee4ee57ca3faef95b4a9d.tar.gz
fpm-1c69913b1d0ff68deffee4ee57ca3faef95b4a9d.zip
Rename first set of unit tests
Diffstat (limited to 'bootstrap/unit_test')
-rw-r--r--bootstrap/unit_test/ProgramSourceConstructionTest.hs (renamed from bootstrap/unit_test/SourceConstructionTest.hs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/unit_test/SourceConstructionTest.hs b/bootstrap/unit_test/ProgramSourceConstructionTest.hs
index 751d10c..91f0d90 100644
--- a/bootstrap/unit_test/SourceConstructionTest.hs
+++ b/bootstrap/unit_test/ProgramSourceConstructionTest.hs
@@ -1,4 +1,4 @@
-module SourceConstructionTest
+module ProgramSourceConstructionTest
( test
)
where