move parse or die logic to selector.go

This commit is contained in:
combk8s
2015-12-17 19:57:07 +08:00
parent 3cc588b5be
commit f697732a5d
4 changed files with 14 additions and 24 deletions

View File

@@ -102,7 +102,3 @@ func TestGC(t *testing.T) {
}
}
}
func TestTerminatedPodSelectorCompiles(t *testing.T) {
compileTerminatedPodSelector()
}