diff options
Diffstat (limited to 'tests/matrix')
| -rw-r--r-- | tests/matrix/matrix_test.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go index ad2eeae..e4c6b5f 100644 --- a/tests/matrix/matrix_test.go +++ b/tests/matrix/matrix_test.go @@ -625,7 +625,7 @@ func doTestUtimesNano(t *testing.T, path string) {  	for i, tc := range utimeTestcases {  		err := syscall.UtimesNano(path, tc.in[:])  		if err != nil { -			t.Fatal(err) +			t.Fatalf("%q: %v", path, err)  		}  		var st syscall.Stat_t  		err = syscall.Stat(path, &st) | 
