diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-29 01:40:17 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-29 01:40:17 -0400 |
| commit | ab8acd99b98c972dfd1e6ba05b00952d05721e04 (patch) | |
| tree | 094dc5c2e7a01cfcb7b3ff5e09581bd050b567a6 /redo/zz_test.go | |
| parent | a501c5678d4a226d436f030226c76532f2a6f36b (diff) | |
Fixed a small error in the zz_test.go rewrite from a few commits ago.
Diffstat (limited to 'redo/zz_test.go')
| -rw-r--r-- | redo/zz_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/zz_test.go b/redo/zz_test.go index b70d66a..f6791a0 100644 --- a/redo/zz_test.go +++ b/redo/zz_test.go @@ -75,7 +75,7 @@ func (tw *testwin) make(done chan struct{}) { tw.e = NewTextField() tw.t.Append("Text Field", tw.e) tw.e2 = NewPasswordField() - tw.t.Append("Password Field", tw.e) + tw.t.Append("Password Field", tw.e2) tw.w.Show() } |
