From 0eaccd47634261995ecbb48b545add281213ff88 Mon Sep 17 00:00:00 2001 From: Nigel Tao Date: Tue, 8 Jun 2021 14:02:21 +1000 Subject: [PATCH] Fix dangling golden_test filename link --- golden_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golden_test.go b/golden_test.go index 7ddc795..08d0dcd 100644 --- a/golden_test.go +++ b/golden_test.go @@ -6,7 +6,7 @@ package snappy // extendMatchGoldenTestCases is the i and j arguments, and the returned value, // for every extendMatch call issued when encoding the -// testdata/Mark.Twain-Tom.Sawyer.txt file. It is used to benchmark the +// testdata/Isaac.Newton-Opticks.txt file. It is used to benchmark the // extendMatch implementation. // // It was generated manually by adding some print statements to the (pure Go)