Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,318
Issues
4,318
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
386
Merge Requests
386
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
139a051b
Commit
139a051b
authored
Nov 05, 2003
by
simonpj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2003-11-05 14:49:21 by simonpj]
Fix tc170
parent
ad9c3358
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
testsuite/tests/ghc-regress/typecheck/should_compile/all.T
testsuite/tests/ghc-regress/typecheck/should_compile/all.T
+6
-1
testsuite/tests/ghc-regress/typecheck/should_compile/tc170.hs
...suite/tests/ghc-regress/typecheck/should_compile/tc170.hs
+2
-1
No files found.
testsuite/tests/ghc-regress/typecheck/should_compile/all.T
View file @
139a051b
...
@@ -167,5 +167,10 @@ test('tc166', normal, compile, [''])
...
@@ -167,5 +167,10 @@ test('tc166', normal, compile, [''])
test
('
tc167
',
expect_fail
,
compile
,
[''])
test
('
tc167
',
expect_fail
,
compile
,
[''])
test
('
tc168
',
normal
,
compile
,
['
-ddump-types
'])
test
('
tc168
',
normal
,
compile
,
['
-ddump-types
'])
test
('
tc169
',
normal
,
compile
,
[''])
test
('
tc169
',
normal
,
compile
,
[''])
test
('
tc170
',
normal
,
multimod_compile
,
['
tc170
',
'
-O
'])
# The bug in tc170 is triggered only by batch compilation
# which we do by steam here, with a pair of tests
test
('
Tc170_Aux
',
normal
,
compile
,
['
-O
'])
test
('
tc170
',
normal
,
compile
,
['
-O
'])
test
('
tc171
',
normal
,
compile
,
[''])
test
('
tc171
',
normal
,
compile
,
[''])
testsuite/tests/ghc-regress/typecheck/should_compile/tc170.hs
View file @
139a051b
...
@@ -12,4 +12,5 @@ import Tc170_Aux
...
@@ -12,4 +12,5 @@ import Tc170_Aux
data
Bitmap
=
Bitmap
data
Bitmap
=
Bitmap
instance
Dimensions
Bitmap
instance
Dimensions
Bitmap
where
frame
=
error
"urk"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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