diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2011-03-05 13:26:00 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2011-03-05 13:26:00 (GMT) |
commit | 368e4fad6fab0c934ca09516ed3fc28519ec5578 (patch) | |
tree | c5035756a8136caf1e5f7cb8f77f731a0154d479 /tests | |
parent | ee993255dd196245a4ea4e3607b830598445bcdf (diff) | |
download | tcl-368e4fad6fab0c934ca09516ed3fc28519ec5578.zip tcl-368e4fad6fab0c934ca09516ed3fc28519ec5578.tar.gz tcl-368e4fad6fab0c934ca09516ed3fc28519ec5578.tar.bz2 |
Renamed BottomData to TEBCdata, so that the name refers to what it is rather than to its storage location.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/nre.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nre.test b/tests/nre.test index 2fe5825..c0d0aaa 100644 --- a/tests/nre.test +++ b/tests/nre.test @@ -302,7 +302,7 @@ test nre-7.8 {bug #2910748: switch out of stale BC is not nre-aware} -setup { test nre-8.1 {nre and {*}} -body { # force an expansion that grows the evaluation stack, check that nre - # adapts the bottomPtr. This crashes on failure. + # adapts the TEBCdataPtr. This crashes on failure. proc inner {} { set long [lrepeat 1000000 1] |