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
6f13e973
Commit
6f13e973
authored
May 30, 2008
by
Ian Lynagh
Browse files
Skip the DoParamM test in the 6.8 branch
parent
38a39cb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rebindable/all.T
View file @
6f13e973
...
...
@@ -24,4 +24,5 @@ test('rebindable9', expect_broken(1537), compile, [''])
# Tests from Oleg
test
('
DoRestrictedM
',
normal
,
compile
,
[''])
test
('
DoParamM
',
reqlib
('
mtl
'),
compile_fail
,
[''])
test
('
DoParamM
',
compose
(
if_compiler_lt
('
ghc
',
'
6.9
',
skip
),
reqlib
('
mtl
')),
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