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
9ea82a90
Commit
9ea82a90
authored
Aug 19, 2002
by
simonmar
Browse files
[project @ 2002-08-19 09:36:02 by simonmar]
Fix an error in the test spec file, and remove a duplicate test
parent
071241d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/lib/should_run/all.T
View file @
9ea82a90
...
...
@@ -6,7 +6,7 @@ test('text001', normal, compile_and_run, [''])
# The rest of these tests need -package lang...
def
set_opts
(
opts
):
opts
.
extra_hc_opts
=
'
-package lang
'
re
setTestOpts
(
set_opts
)
setTestOpts
(
set_opts
)
test
('
addr001
',
normal
,
compile_and_run
,
[''])
test
('
dynamic001
',
normal
,
compile_and_run
,
[''])
...
...
@@ -31,5 +31,4 @@ test('stableptr003', normal, compile_and_run, [''])
test
('
stableptr004
',
extra_run_opts
('
+RTS -K4m -RTS
'),
compile_and_run
,
[''])
test
('
stableptr005
',
normal
,
compile_and_run
,
[''])
test
('
text001
',
normal
,
compile_and_run
,
[''])
test
('
weak001
',
normal
,
compile_and_run
,
['
-fglasgow-exts
'])
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