diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-09-05 13:56:15 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-09-05 13:56:15 (GMT) |
commit | f64a3b8559e5f75f1e208503090cf2503a197470 (patch) | |
tree | 2736a9a0c4ef761f3a90633788330f1d7db8bc67 /tests | |
parent | 5eb346e0d25b2ae446797b610058911dc3b65a63 (diff) | |
parent | 8dac135fc9c8efae2cc3113bc975ab871ff2271f (diff) | |
download | tcl-f64a3b8559e5f75f1e208503090cf2503a197470.zip tcl-f64a3b8559e5f75f1e208503090cf2503a197470.tar.gz tcl-f64a3b8559e5f75f1e208503090cf2503a197470.tar.bz2 |
merge core-8-6-branch
Diffstat (limited to 'tests')
-rw-r--r-- | tests/resolver.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/resolver.test b/tests/resolver.test index f3d22e5..aaad02c 100644 --- a/tests/resolver.test +++ b/tests/resolver.test @@ -187,7 +187,7 @@ test resolver-2.1 {compiled var resolver: Bug #3383616} -setup { # During the compilation the compiled var resolver, the resolve-specific # var info is allocated, during the execution of the body, the variable is # fetched and cached. - x; + x # During later calls, the cached variable is reused. x # When the proc is freed, the resolver-specific resolver var info is |