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
89792c20
Commit
89792c20
authored
Jul 20, 2008
by
Ian Lynagh
Browse files
Add a test for unrecognised pragmas
parent
ed52e560
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/parser/should_compile/all.T
View file @
89792c20
...
...
@@ -75,5 +75,6 @@ test('read060', normal, compile, [''])
test
('
read061
',
normal
,
compile
,
[''])
test
('
read062
',
if_compiler_lt
('
ghc
',
'
6.9
',
skip
),
compile
,
[''])
test
('
read063
',
if_compiler_lt
('
ghc
',
'
6.9
',
skip
),
compile
,
[''])
test
('
read064
',
normal
,
compile
,
[''])
test
('
read_1821
',
normal
,
compile
,
[''])
testsuite/tests/ghc-regress/parser/should_compile/read064.hs
0 → 100644
View file @
89792c20
module
Foo
where
{-# THISISATYPO foo #-}
foo
::
()
foo
=
()
testsuite/tests/ghc-regress/parser/should_compile/read064.stderr
0 → 100644
View file @
89792c20
read064.hs:4:0: Unrecognised pragma
read064.hs:4:0: Unrecognised pragma
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