Skip to content
GitLab
Menu
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
40bf8b8c
Commit
40bf8b8c
authored
Jan 25, 2013
by
ian@well-typed.com
Browse files
Rename a test that shared its name with another test
parent
8d715e62
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/indexed-types/should_fail/T2334.hs
→
testsuite/tests/indexed-types/should_fail/T2334
A
.hs
View file @
40bf8b8c
File moved
testsuite/tests/indexed-types/should_fail/T2334.stderr
→
testsuite/tests/indexed-types/should_fail/T2334
A
.stderr
View file @
40bf8b8c
T2334.hs:9:26:
T2334
A
.hs:9:26:
The constructor of a newtype must have exactly one field
but `F' has two
In the definition of data constructor `F'
In the newtype instance declaration for `F'
T2334.hs:10:27:
T2334
A
.hs:10:27:
The constructor of a newtype must have exactly one field
but `H' has none
In the definition of data constructor `H'
In the newtype instance declaration for `F'
T2334.hs:12:15:
T2334
A
.hs:12:15:
Conflicting family instance declarations:
F Bool -- Defined at T2334.hs:12:15
F Bool -- Defined at T2334.hs:13:15
F Bool -- Defined at T2334
A
.hs:12:15
F Bool -- Defined at T2334
A
.hs:13:15
testsuite/tests/indexed-types/should_fail/all.T
View file @
40bf8b8c
...
...
@@ -41,7 +41,7 @@ test('Over',
test
('
SkolemOccursLoop
',
expect_fail
,
compile_fail
,
[''])
test
('
T2334
',
normal
,
compile_fail
,
[''])
test
('
T2334
A
',
normal
,
compile_fail
,
[''])
test
('
T1900
',
normal
,
compile_fail
,
[''])
test
('
T2157
',
normal
,
compile_fail
,
[''])
test
('
T2203a
',
normal
,
compile_fail
,
[''])
...
...
Write
Preview
Supports
Markdown
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