diff options
| author | Adam Langley <agl@golang.org> | 2009-10-29 18:34:44 -0700 |
|---|---|---|
| committer | Adam Langley <agl@golang.org> | 2009-10-29 18:34:44 -0700 |
| commit | 09d68334cc9da0f6d6db65c8e155f3dc3eb03d9e (patch) | |
| tree | b7d8788893a51155aee346e6ba0edfbe0d01e12a /src/pkg/Makefile | |
| parent | 9e96f25fa2c518c380c5a116aa99bc74094aaec9 (diff) | |
| download | go-09d68334cc9da0f6d6db65c8e155f3dc3eb03d9e.tar.xz | |
Forgot to change quickcheck to quick in the Makefile.
TBR=rsc
R=rsc
http://go/go-review/1017004
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 3f64abcf65..61bd325db0 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -85,7 +85,7 @@ DIRS=\ template\ testing\ testing/iotest\ - testing/quickcheck\ + testing/quick\ time\ unicode\ utf8\ |
