Skip to content

Commit

Permalink
Remove output check. (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistuke authored Jan 28, 2017
1 parent 716c9a3 commit 651b97e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/PokeTZI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ main = do
alloca $ \buf -> do
poke buf tzi
tzi' <- peek buf
print tzi
print tzi'
assert (tzi == tzi') $ return ()
2 changes: 0 additions & 2 deletions tests/PokeTZI.stdout

This file was deleted.

2 comments on commit 651b97e

@Mistuke
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Win32 Bindings for Haskell :: Win32 Continuous builds Build 28 is now running

@Mistuke
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Win32 Bindings for Haskell :: Win32 Continuous builds Build 28 outcome was SUCCESS
Summary: Running Build time: 00:08:05

Please sign in to comment.