diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-12 12:40:48 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-12 12:40:48 -0400 |
| commit | 9ecd124500298335874d9126fc79ef999dbda69a (patch) | |
| tree | 80883f5757d36a00e5f256e2f26b7bb9a71d281c /redo/zz_test.go | |
| parent | 7d86f9d440c6bf1484f5d2530f920c89aec06b02 (diff) | |
Made Stack an interface to keep parity with all other Controls.
Diffstat (limited to 'redo/zz_test.go')
| -rw-r--r-- | redo/zz_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/redo/zz_test.go b/redo/zz_test.go index cc269b9..525447e 100644 --- a/redo/zz_test.go +++ b/redo/zz_test.go @@ -34,9 +34,9 @@ type testwin struct { w Window nt Tab a Area - spw *Stack - sph *Stack - s *Stack // TODO make Stack + spw Stack + sph Stack + s Stack l Label table Table b Button |
