[commit: packages/Win32] depend-os-windows, fix-appveyor-curl-ussue, master, win32-2.5.4.1-ghc-8.2: Remove output check. (#73) (651b97e)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:28:30 UTC 2017


Repository : ssh://git@git.haskell.org/Win32

On branches: depend-os-windows,fix-appveyor-curl-ussue,master,win32-2.5.4.1-ghc-8.2
Link       : http://git.haskell.org/packages/Win32.git/commitdiff/651b97e22ca4bd4c56136a3fa01c94332c448db2

>---------------------------------------------------------------

commit 651b97e22ca4bd4c56136a3fa01c94332c448db2
Author: Tamar Christina <Mistuke at users.noreply.github.com>
Date:   Sat Jan 28 17:06:38 2017 +0000

    Remove output check. (#73)


>---------------------------------------------------------------

651b97e22ca4bd4c56136a3fa01c94332c448db2
 tests/PokeTZI.hs     | 2 --
 tests/PokeTZI.stdout | 2 --
 2 files changed, 4 deletions(-)

diff --git a/tests/PokeTZI.hs b/tests/PokeTZI.hs
index 0853ffe..72e893e 100644
--- a/tests/PokeTZI.hs
+++ b/tests/PokeTZI.hs
@@ -10,6 +10,4 @@ main = do
     alloca $ \buf -> do
         poke buf tzi
         tzi' <- peek buf
-        print tzi
-        print tzi'
         assert (tzi == tzi') $ return ()
diff --git a/tests/PokeTZI.stdout b/tests/PokeTZI.stdout
deleted file mode 100644
index 6d88353..0000000
--- a/tests/PokeTZI.stdout
+++ /dev/null
@@ -1,2 +0,0 @@
-TIME_ZONE_INFORMATION {tziBias = 300, tziStandardName = "Eastern Standard Time", tziStandardDate = SYSTEMTIME {wYear = 0, wMonth = 11, wDayOfWeek = 0, wDay = 1, wHour = 2, wMinute = 0, wSecond = 0, wMilliseconds = 0}, tziStandardBias = 0, tziDaylightName = "Eastern Daylight Time", tziDaylightDate = SYSTEMTIME {wYear = 0, wMonth = 3, wDayOfWeek = 0, wDay = 2, wHour = 2, wMinute = 0, wSecond = 0, wMilliseconds = 0}, tziDaylightBias = -60}
-TIME_ZONE_INFORMATION {tziBias = 300, tziStandardName = "Eastern Standard Time", tziStandardDate = SYSTEMTIME {wYear = 0, wMonth = 11, wDayOfWeek = 0, wDay = 1, wHour = 2, wMinute = 0, wSecond = 0, wMilliseconds = 0}, tziStandardBias = 0, tziDaylightName = "Eastern Daylight Time", tziDaylightDate = SYSTEMTIME {wYear = 0, wMonth = 3, wDayOfWeek = 0, wDay = 2, wHour = 2, wMinute = 0, wSecond = 0, wMilliseconds = 0}, tziDaylightBias = -60}



More information about the ghc-commits mailing list