Merge pull request #14915 from egonelbre/megacheck_console

console: fix megacheck warnings
This commit is contained in:
Péter Szilágyi 2017-08-07 14:21:21 +03:00 committed by GitHub
commit 6dd2803b8e

View File

@ -77,8 +77,6 @@ type tester struct {
console *Console
input *hookedPrompter
output *bytes.Buffer
lastConfirm string
}
// newTester creates a test environment based on which the console can operate.