Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
85309888
Commit
85309888
authored
Aug 11, 2008
by
simonpj
Browse files
Test Trac #2506
parent
03e8e23d
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rename/should_compile/T2506.hs
0 → 100644
View file @
85309888
-- Trac #2506
module
ShouldCompile
where
import
Control.Exception
(
assert
)
foo
=
True
`
assert
`
()
testsuite/tests/ghc-regress/rename/should_compile/all.T
View file @
85309888
...
...
@@ -112,6 +112,7 @@ test('T1972', if_compiler_lt('ghc', '6.9', expect_fail), compile, [''])
test
('
T2205
',
normal
,
compile
,
[''])
test
('
2334
',
normal
,
compile
,
[''])
test
('
T2506
',
normal
,
compile
,
[''])
test
('
timing001
',
normal
,
compile
,
[''])
test
('
timing002
',
normal
,
compile
,
[''])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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