9c97133bc106135b8a607b52e2f5689c4ee70f93
[ghc-hetmet.git] / ghc / tests / lib / IO / openFile005.stdout-mingw
1 two writes (should fail)
2 Right {loc=openFile005.out1,type=writable,binary=False,buffering=block (512)}
3 write and an append (should fail)
4 Right {loc=openFile005.out1,type=writable (append),binary=False,buffering=block (512)}
5 read/write and a write (should fail)
6 Right {loc=openFile005.out1,type=writable,binary=False,buffering=block (512)}
7 read and a read/write (should fail)
8 Right {loc=openFile005.out1,type=read-writable,binary=False,buffering=block (512)}
9 write and a read (should fail)
10 Right {loc=openFile005.out1,type=readable,binary=False,buffering=block (512)}
11 two writes, different files (silly, but should succeed)
12 two reads, should succeed