Skip to content

Commit

Permalink
Remove the assertion that "-lz" is required #300
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Aug 1, 2015
1 parent b5d1f92 commit ddf5f61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ide-backend/TestSuite/TestSuite/Tests/Issues.hs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ test214 env = withAvailableSession env $ \session -> do

-- Try to load without enabling -lz. Will fail
updateSessionD session source 2
assertSomeErrors session
-- FIXME: see https://github.com/fpco/ide-backend/issues/300
-- assertSomeErrors session

-- Now set the -lz option, and try again. Should succeed now.
updateSessionD session linkLz 2
Expand Down

0 comments on commit ddf5f61

Please sign in to comment.