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,320
Issues
4,320
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
359
Merge Requests
359
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
11237cf6
Commit
11237cf6
authored
Feb 23, 2013
by
ian@well-typed.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a test for
#6037
parent
580fd746
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
+16
-0
testsuite/tests/driver/Makefile
testsuite/tests/driver/Makefile
+4
-0
testsuite/tests/driver/T6037.hs
testsuite/tests/driver/T6037.hs
+5
-0
testsuite/tests/driver/T6037.stderr
testsuite/tests/driver/T6037.stderr
+5
-0
testsuite/tests/driver/all.T
testsuite/tests/driver/all.T
+2
-0
No files found.
testsuite/tests/driver/Makefile
View file @
11237cf6
...
...
@@ -536,3 +536,7 @@ T7130:
T7563
:
-
"
$(TEST_HC)
"
$(TEST_HC_OPTS_NO_RECOMP)
-C
T7563.hs
.PHONY
:
T6037
T6037
:
-
LC_ALL
=
C
"
$(TEST_HC)
"
$(TEST_HC_OPTS_NO_RECOMP)
-c
T6037.hs
testsuite/tests/driver/T6037.hs
0 → 100644
View file @
11237cf6
module
T6037
where
f
ó
o
::
Int
f
ó
o
=
()
testsuite/tests/driver/T6037.stderr
0 → 100644
View file @
11237cf6
T6037.hs:5:7:
Couldn't match expected type `Int' with actual type `()'
In the expression: ()
In an equation for `f?o': f?o = ()
testsuite/tests/driver/all.T
View file @
11237cf6
...
...
@@ -364,4 +364,6 @@ test('T7060',
test
('
T7130
',
normal
,
compile_fail
,
['
-fflul-laziness
'])
test
('
T7563
',
when
(
unregisterised
(),
skip
),
run_command
,
['
$MAKE -s --no-print-directory T7563
'])
test
('
T6037
',
expect_broken
(
6037
),
run_command
,
['
$MAKE -s --no-print-directory T6037
'])
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