tests: remove comment about return data

This commit is contained in:
Felix Lange 2017-07-11 02:59:08 +02:00
parent 79adb97327
commit 30602363ce

View file

@ -199,7 +199,6 @@ func (t *StateTest) Run(subtest StateSubtest, vmconfig vm.Config) error {
if root != common.Hash(post.Root) {
return fmt.Errorf("post state root mismatch: got %x, want %x", root, post.Root)
}
// TODO(fjl): check return data
return nil
}