MemFSTest.MkdirInParallel

geesefs-0-30-9
Aaron Jacobs 2015-05-21 15:20:01 +10:00
parent 2b71f8cbe8
commit e158bcfa17
1 changed files with 4 additions and 0 deletions

View File

@ -1263,3 +1263,7 @@ func (t *MemFSTest) CreateInParallel_Truncate() {
func (t *MemFSTest) CreateInParallel_Exclusive() {
runCreateInParallelTest_Exclusive(t.Ctx, t.Dir)
}
func (t *MemFSTest) MkdirInParallel() {
runMkdirInParallelTest(t.Ctx, t.Dir)
}