Fix tests

This commit is contained in:
Daniel Gröber
2015-04-12 03:03:37 +02:00
parent 94ef8fae79
commit 9077e96aeb
5 changed files with 3 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ spec = do
, mp "H"
, mp "I"
]
fileMap = mkFileMap smp
moduleMap = mkModuleMap smp
completeGraph =
@@ -104,8 +104,6 @@ spec = do
]
g = GmModuleGraph {
gmgFileMap = fileMap,
gmgModuleMap = moduleMap,
gmgGraph = graph
}