Fix executor tests

This commit is contained in:
Alex Dadgar
2015-11-18 11:22:08 -08:00
parent b7e84bc124
commit c6a895aff7
2 changed files with 2 additions and 3 deletions

View File

@@ -29,7 +29,6 @@ type BasicExecutor struct {
allocDir string
}
// TODO: Have raw_exec use this as well.
func NewBasicExecutor() Executor {
return &BasicExecutor{}
}