Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
bcc0415f
Commit
bcc0415f
authored
Apr 28, 2005
by
simonmar
Browse files
[project @ 2005-04-28 08:03:01 by simonmar]
Add test for recent fix to overlapping module check
parent
3614bf72
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/driver/Makefile
View file @
bcc0415f
...
...
@@ -279,6 +279,14 @@ test080:
test
-f
A.hc
# -----------------------------------------------------------------------------
# --make tests
# Test for overlap between home module and package module
test100
:
@
$(RM)
A.hi A.o A.hc
$(TEST_HC)
--make
-ioverlap
Overlap
# -----------------------------------------------------------------------------
# dependency-generation tests
...
...
testsuite/tests/ghc-regress/driver/overlap/List.hs
0 → 100644
View file @
bcc0415f
module
List
where
testsuite/tests/ghc-regress/driver/overlap/Overlap.hs
0 → 100644
View file @
bcc0415f
module
Overlap
where
import
List
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment