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
5c485c50
Commit
5c485c50
authored
Apr 27, 2008
by
Ian Lynagh
Browse files
Skip TH_repPrim and TH_repPrimOutput for GHC 6.8
They now use Word literals, which 6.8 doesn't support.
parent
d2ece6b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/th/all.T
View file @
5c485c50
...
...
@@ -12,9 +12,9 @@ test('TH_mkName', normal, compile, ['-v0'])
test
('
TH_repE1
',
normal
,
compile
,
[''])
test
('
TH_repE2
',
normal
,
compile_and_run
,
[''])
test
('
TH_repE3
',
normal
,
compile
,
[''])
test
('
TH_repPrim
',
normal
,
compile
,
['
-v0
'])
test
('
TH_repPrim
',
if_compiler_lt
('
ghc
','
6.9
',
skip
)
,
compile
,
['
-v0
'])
test
('
TH_spliceGuard
',
normal
,
compile
,
['
-v0
'])
test
('
TH_repPrimOutput
',
normal
,
compile_and_run
,
[''])
test
('
TH_repPrimOutput
',
if_compiler_lt
('
ghc
','
6.9
',
skip
)
,
compile_and_run
,
[''])
test
('
TH_repGuard
',
normal
,
compile
,
['
-v0
'])
test
('
TH_repGuardOutput
',
normal
,
compile_and_run
,
[''])
test
('
TH_repPatSig
',
normal
,
compile_fail
,
[''])
...
...
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