|
@@ -465,6 +465,9 @@ func BenchmarkRandomEncode(b *testing.B) {
|
|
|
// testFiles' values are copied directly from
|
|
// testFiles' values are copied directly from
|
|
|
// https://raw.githubusercontent.com/google/snappy/master/snappy_unittest.cc
|
|
// https://raw.githubusercontent.com/google/snappy/master/snappy_unittest.cc
|
|
|
// The label field is unused in snappy-go.
|
|
// The label field is unused in snappy-go.
|
|
|
|
|
+//
|
|
|
|
|
+// If this list changes (due to the upstream C++ list changing), remember to
|
|
|
|
|
+// update the .gitignore file in this repository.
|
|
|
var testFiles = []struct {
|
|
var testFiles = []struct {
|
|
|
label string
|
|
label string
|
|
|
filename string
|
|
filename string
|