MemFSTest.SymlinkInParallel

geesefs-0-30-9
Aaron Jacobs 2015-05-21 15:21:26 +10:00
parent 7ec610e0be
commit 49a5ff2328
1 changed files with 4 additions and 0 deletions

View File

@ -1267,3 +1267,7 @@ func (t *MemFSTest) CreateInParallel_Exclusive() {
func (t *MemFSTest) MkdirInParallel() {
runMkdirInParallelTest(t.Ctx, t.Dir)
}
func (t *MemFSTest) SymlinkInParallel() {
runSymlinkInParallelTest(t.Ctx, t.Dir)
}