Bring test suite up to date
This commit is contained in:
2
test/data/home-module-graph/cycle/A.hs
Normal file
2
test/data/home-module-graph/cycle/A.hs
Normal file
@@ -0,0 +1,2 @@
|
||||
module A where
|
||||
import B
|
||||
2
test/data/home-module-graph/cycle/B.hs
Normal file
2
test/data/home-module-graph/cycle/B.hs
Normal file
@@ -0,0 +1,2 @@
|
||||
module B where
|
||||
import A
|
||||
Reference in New Issue
Block a user