diff options
Diffstat (limited to 'libgo/go/testing/quick/quick.go')
-rw-r--r-- | libgo/go/testing/quick/quick.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/testing/quick/quick.go b/libgo/go/testing/quick/quick.go index 798d41aa7d1..95860fda0fb 100644 --- a/libgo/go/testing/quick/quick.go +++ b/libgo/go/testing/quick/quick.go @@ -3,6 +3,8 @@ // license that can be found in the LICENSE file. // Package quick implements utility functions to help with black box testing. +// +// The testing/quick package is frozen and is not accepting new features. package quick import ( |