Bring test suite up to date
This commit is contained in:
4
test/data/home-module-graph/errors/A.hs
Normal file
4
test/data/home-module-graph/errors/A.hs
Normal file
@@ -0,0 +1,4 @@
|
||||
module A where
|
||||
import A1
|
||||
import A2
|
||||
import A3
|
||||
4
test/data/home-module-graph/errors/A1.hs
Normal file
4
test/data/home-module-graph/errors/A1.hs
Normal file
@@ -0,0 +1,4 @@
|
||||
module A1 where
|
||||
psogduapzsü9
|
||||
import B
|
||||
lxäö,vLMCks
|
||||
1
test/data/home-module-graph/errors/A2.hs
Normal file
1
test/data/home-module-graph/errors/A2.hs
Normal file
@@ -0,0 +1 @@
|
||||
module A2 where
|
||||
2
test/data/home-module-graph/errors/A3.hs
Normal file
2
test/data/home-module-graph/errors/A3.hs
Normal file
@@ -0,0 +1,2 @@
|
||||
module A3 where
|
||||
import B
|
||||
1
test/data/home-module-graph/errors/B.hs
Normal file
1
test/data/home-module-graph/errors/B.hs
Normal file
@@ -0,0 +1 @@
|
||||
module B where
|
||||
Reference in New Issue
Block a user