diff options
author | culler <culler> | 2019-04-05 20:28:32 (GMT) |
---|---|---|
committer | culler <culler> | 2019-04-05 20:28:32 (GMT) |
commit | 09c8d9c9eb2e971bcec74214a9479f224f1747e5 (patch) | |
tree | 145db45675fcd31ceddd2aba85728a432534a0ed /tests/grid.test | |
parent | 081ca218bb45dcb50deb08f5674ed98c317f18b6 (diff) | |
download | tk-09c8d9c9eb2e971bcec74214a9479f224f1747e5.zip tk-09c8d9c9eb2e971bcec74214a9479f224f1747e5.tar.gz tk-09c8d9c9eb2e971bcec74214a9479f224f1747e5.tar.bz2 |
Remove debugging commands accidentally left in the new tests
Diffstat (limited to 'tests/grid.test')
-rw-r--r-- | tests/grid.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/grid.test b/tests/grid.test index cc445e3..e901a93 100644 --- a/tests/grid.test +++ b/tests/grid.test @@ -204,7 +204,6 @@ test grid-3.11 {configure: basic argument checking} -body { frame .f2 grid .f1 -in .f2 grid .f2 -in .f1 - update } -cleanup { grid_reset 3.11 } -returnCodes error -result {can't put .f2 inside .f1, would cause management loop} |