Skip to content

Commit

Permalink
dynamic002 is broken (#7864)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lynagh committed Apr 26, 2013
1 parent 06a089e commit c4ffdb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/driver/dynamicToo/all.T
Expand Up @@ -18,7 +18,8 @@ test('dynamicToo002',
'A002.dyn_o', 'B002.dyn_o', 'C002.dyn_o',
'A002.dyn_hi', 'B002.dyn_hi', 'C002.dyn_hi']),
unless(have_vanilla(), skip),
unless(have_dynamic(), skip)],
unless(have_dynamic(), skip),
expect_broken(7864)],
run_command,
['$MAKE -s --no-print-directory dynamicToo002'])

0 comments on commit c4ffdb8

Please sign in to comment.