diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2014-05-11 10:39:14 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2014-05-11 10:39:14 (GMT) |
commit | f779f4219c9a9bdc0c7cd766fbb0e9564936bdd9 (patch) | |
tree | 9b3cc8e5f9619ec7ed1b75ffc717e142bd2beff6 /tests | |
parent | f3283e67a3037b34b0a3811bab9e09333c13d8f4 (diff) | |
download | tcl-f779f4219c9a9bdc0c7cd766fbb0e9564936bdd9.zip tcl-f779f4219c9a9bdc0c7cd766fbb0e9564936bdd9.tar.gz tcl-f779f4219c9a9bdc0c7cd766fbb0e9564936bdd9.tar.bz2 |
[6d2f249a01] Handle a failure to comprehend half-way through the compilation of a chain of compileable ensembles.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/namespace.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/namespace.test b/tests/namespace.test index fab0040..cded1f4 100644 --- a/tests/namespace.test +++ b/tests/namespace.test @@ -2949,6 +2949,10 @@ test namespace-54.1 {leak on namespace deletion} -constraints {memory} \ rename getbytes {} unset i ns start end } -result 0 + +test namespace-55.1 {compiled ensembles inside compiled ensembles: Bug 6d2f249a01} { + info class [format %s constructor] oo::object +} "" # cleanup catch {rename cmd1 {}} |