Commit 1c5ed263 authored by Nigel Tao's avatar Nigel Tao

compress: move zlib/testdata to testdata so it can be shared by all

compression algorithms.

R=rsc, r2, nigeltao_gnome
CC=golang-dev
https://golang.org/cl/4188054
parent cf994def
This diff is collapsed.
...@@ -12,8 +12,8 @@ import ( ...@@ -12,8 +12,8 @@ import (
) )
var filenames = []string{ var filenames = []string{
"testdata/e.txt", "../testdata/e.txt",
"testdata/pi.txt", "../testdata/pi.txt",
} }
// Tests that compressing and then decompressing the given file at the given compression level // Tests that compressing and then decompressing the given file at the given compression level
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment