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
7c792311
Commit
7c792311
authored
Jan 13, 2009
by
simonpj
Browse files
Test Trac
#2931
parent
3e63f644
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/th/T2931.hs
0 → 100644
View file @
7c792311
{-# LANGUAGE TemplateHaskell #-}
-- Trac #2931
module
Foo
where
a
=
1
-- NB: no newline after the 'a'!
b
=
'a
\ No newline at end of file
testsuite/tests/ghc-regress/th/all.T
View file @
7c792311
...
...
@@ -121,6 +121,7 @@ test('T2700', normal, compile, ['-v0'])
test
('
T2817
',
normal
,
compile
,
['
-v0
'])
test
('
T2713
',
normal
,
compile_fail
,
['
-v0
'])
test
('
T2674
',
normal
,
compile_fail
,
['
-v0
'])
test
('
T2931
',
normal
,
compile
,
['
-v0
'])
test
('
TH_emptycase
',
normal
,
compile_fail
,
['
-v0
'])
test
('
T2386
',
extra_clean
(['
T2386_Lib.hi
',
'
T2386_Lib.o
']),
...
...
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