Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
d6b1a57f
Commit
d6b1a57f
authored
Jul 19, 2011
by
Ian Lynagh
Browse files
Add a test for
#5332
(unboxed singleton tuples and TH)
parent
487c80be
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/th/TH_unboxedSingleton.hs
0 → 100644
View file @
d6b1a57f
{-# LANGUAGE TemplateHaskell, UnboxedTuples #-}
module
TH_unboxedSingleton
where
f
::
()
->
(
#
Int
#
)
f
()
=
$
(
[
|
(
#
3
#
)
|
]
)
testsuite/tests/ghc-regress/th/all.T
View file @
d6b1a57f
...
...
@@ -181,3 +181,5 @@ test('T4949', normal, compile, ['-v0'])
test
('
T5126
',
normal
,
compile
,
['
-v0
'])
test
('
T5217
',
normal
,
compile
,
['
-v0 -dsuppress-uniques -ddump-splices
'])
test
('
T5037
',
normal
,
compile
,
['
-v0
'])
test
('
TH_unboxedSingleton
',
normal
,
compile
,
['
-v0
'])
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