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
a8152ea9
Commit
a8152ea9
authored
Jan 21, 2009
by
Ian Lynagh
Browse files
Add a test TH_sections for trac
#2956
parent
c6b18fed
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/th/TH_sections.hs
0 → 100644
View file @
a8152ea9
-- Test for trac #2956
module
TH_sections
where
two
::
Int
two
=
$
(
[
|
(
1
+
)
1
|
]
)
three
::
Int
three
=
$
(
[
|
(
+
2
)
1
|
]
)
testsuite/tests/ghc-regress/th/all.T
View file @
a8152ea9
...
...
@@ -130,3 +130,6 @@ test('T2386', extra_clean(['T2386_Lib.hi', 'T2386_Lib.o']),
test
('
T2685
',
extra_clean
(['
T2685a.hi
','
T2685a.o
']),
multimod_compile
,
['
T2685
','
-v0
'])
test
('
TH_sections
',
normal
,
compile
,
['
-v0
'])
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