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
91e7d5b2
Commit
91e7d5b2
authored
Oct 12, 2012
by
ian@well-typed.com
Browse files
ghcilink004 fails when ghci is dynamic (it tries to load a .a file)
parent
8933b4e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghci/linking/all.T
View file @
91e7d5b2
...
@@ -19,7 +19,8 @@ test('ghcilink003',
...
@@ -19,7 +19,8 @@ test('ghcilink003',
['
$MAKE -s --no-print-directory ghcilink003
'])
['
$MAKE -s --no-print-directory ghcilink003
'])
test
('
ghcilink004
',
test
('
ghcilink004
',
extra_clean
(['
dir004/*
','
dir004
']),
[
if_ghci_dynamic
(
expect_fail
),
# dynamic ghci can't load '.a's
extra_clean
(['
dir004/*
','
dir004
'])],
run_command
,
run_command
,
['
$MAKE -s --no-print-directory ghcilink004
'])
['
$MAKE -s --no-print-directory ghcilink004
'])
...
...
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