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,262
Issues
4,262
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
404
Merge Requests
404
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
43d71373
Commit
43d71373
authored
Apr 22, 2015
by
Joachim Breitner
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename new T9858c to T9858d to avoid test name clash
parent
932f0867
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
testsuite/tests/typecheck/should_fail/T9858d.hs
testsuite/tests/typecheck/should_fail/T9858d.hs
+1
-1
testsuite/tests/typecheck/should_fail/T9858d.stderr
testsuite/tests/typecheck/should_fail/T9858d.stderr
+1
-1
testsuite/tests/typecheck/should_fail/all.T
testsuite/tests/typecheck/should_fail/all.T
+1
-1
No files found.
testsuite/tests/typecheck/should_fail/T9858
c
.hs
→
testsuite/tests/typecheck/should_fail/T9858
d
.hs
View file @
43d71373
{-# LANGUAGE ImpredicativeTypes, FlexibleContexts #-}
module
T9858
b
where
module
T9858
d
where
import
Data.Typeable
i
::
(
Typeable
a
,
Typeable
b
)
=>
Proxy
(
a
b
)
->
TypeRep
...
...
testsuite/tests/typecheck/should_fail/T9858
c
.stderr
→
testsuite/tests/typecheck/should_fail/T9858
d
.stderr
View file @
43d71373
T9858
c
.hs:9:8: error:
T9858
d
.hs:9:8: error:
Couldn't match type ‘Eq Int => Int’ with ‘a0 b0’
Expected type: Proxy (a0 b0)
Actual type: Proxy (Eq Int => Int)
...
...
testsuite/tests/typecheck/should_fail/all.T
View file @
43d71373
...
...
@@ -358,4 +358,4 @@ test('T10194', normal, compile_fail, [''])
test
('
T8030
',
normal
,
compile_fail
,
[''])
test
('
T9858a
',
normal
,
compile_fail
,
[''])
test
('
T9858b
',
normal
,
compile_fail
,
[''])
test
('
T9858
c
',
normal
,
compile_fail
,
[''])
test
('
T9858
d
',
normal
,
compile_fail
,
[''])
Administrator
@root
mentioned in commit
b980228a
·
Dec 17, 2018
mentioned in commit
b980228a
mentioned in commit b980228a7f79ad54d509bb531e76da42fc72df09
Toggle commit list
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