diff options
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 |