Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 0eaccd4

Browse files
committed
Fix dangling golden_test filename link
1 parent 3ff355f commit 0eaccd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

golden_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package snappy
66

77
// extendMatchGoldenTestCases is the i and j arguments, and the returned value,
88
// for every extendMatch call issued when encoding the
9-
// testdata/Mark.Twain-Tom.Sawyer.txt file. It is used to benchmark the
9+
// testdata/Isaac.Newton-Opticks.txt file. It is used to benchmark the
1010
// extendMatch implementation.
1111
//
1212
// It was generated manually by adding some print statements to the (pure Go)

0 commit comments

Comments
 (0)