776877319888120c0f8410410bcb4a23634520d1
[ghc-hetmet.git] / ghc / tests / lib / IO / hSetBuffering003.stdout
1 Buffering for stdin is: BlockBuffering Nothing
2 Buffering for stdout is: BlockBuffering Nothing
3 Buffering for stderr is: NoBuffering
4 Buffering for stdin is: NoBuffering
5 Buffering for stdin is: LineBuffering
6 Buffering for stdin is: BlockBuffering (Just 2)
7 Buffering for stdin is: BlockBuffering Nothing
8 Caught illegal op: hSetBuffering stdin (BlockBuffering (Just (-3)))
9
10 Hello stdout 1Buffering for stdout is: NoBuffering
11 Hello stdout 2Buffering for stdout is: LineBuffering
12 Hello stdout 3Buffering for stdout is: BlockBuffering (Just 2)
13 Hello stdout 4Buffering for stdout is: BlockBuffering Nothing
14 Hello stdout 5Caught illegal op: hSetBuffering stdout (BlockBuffering (Just (-3)))
15
16 Buffering for stderr is: NoBuffering
17 Buffering for stderr is: LineBuffering
18 Buffering for stderr is: BlockBuffering (Just 2)
19 Buffering for stderr is: BlockBuffering Nothing
20 Caught illegal op: hSetBuffering stderr (BlockBuffering (Just (-3)))
21 -- !!! Reconfiguring the buffering of a handle
22 module Main(main) where