We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62fe84 commit 3d7f61fCopy full SHA for 3d7f61f
memfs/memory_test.go
@@ -59,6 +59,7 @@ func (s *MemorySuite) TestExclusive(c *C) {
59
60
_, err = s.FS.OpenFile("exclusive", os.O_CREATE|os.O_EXCL|os.O_RDWR, 0666)
61
c.Assert(err, ErrorMatches, os.ErrExist.Error())
62
+}
63
64
func (s *MemorySuite) TestOrder(c *C) {
65
var err error
0 commit comments