1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-16 00:00:05 +01:00
This commit is contained in:
jgfrm 2017-02-01 20:30:50 +01:00
parent 3f53af615b
commit 04e3c3565b

View file

@ -7,7 +7,7 @@ import (
. "restic/test"
)
// TestHardLinks contains various tests for the HardlinkIndex.
// TestHardLinks contains various tests for HardlinkIndex.
func TestHardLinks(t *testing.T) {
idx := restic.NewHardlinkIndex()