go/ssa/interp: remove hash/crc32 from test suite, since it uses Examples

Change-Id: Ia87b7f6d589cd22028b437a94355f499fbedd18a
Reviewed-on: https://go-review.googlesource.com/9928
Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
Alan Donovan 2015-04-07 14:52:39 -04:00
parent d00f0cb57d
commit 5df6d9290d
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,6 @@ var gorootSrcTests = []string{
"encoding/csv",
"encoding/hex",
"encoding/pem",
"hash/crc32",
// "testing", // TODO(adonovan): implement runtime.Goexit correctly
"text/scanner",
"unicode",
@ -168,6 +167,7 @@ var gorootSrcTests = []string{
// "hash/adler32",
// TODO(adonovan): packages with Examples require os.Pipe (unimplemented):
// "hash/crc32",
// "unicode/utf8",
// "log",
// "path",