Remove TestNoop from whitelist

This commit is contained in:
Kyle Lemons
2016-04-03 10:27:53 -07:00
parent 8736c99b74
commit 1b4ec4416e

View File

@@ -4,7 +4,7 @@ go:
- 1.6
- tip
script: go test -v -test.run='BCD|Noop|Parse' ./...
script: go test -v -test.run='BCD|Parse' ./...
addons:
apt: