summaryrefslogtreecommitdiffstats
path: root/tests/nre.test
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2011-03-05 13:26:00 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2011-03-05 13:26:00 (GMT)
commitddea1f010bd6af880aa5efdee185587fe7abf38c (patch)
treec5035756a8136caf1e5f7cb8f77f731a0154d479 /tests/nre.test
parent2ecd5d3f3874100eab29d70082c4dc408b68e718 (diff)
downloadtcl-ddea1f010bd6af880aa5efdee185587fe7abf38c.zip
tcl-ddea1f010bd6af880aa5efdee185587fe7abf38c.tar.gz
tcl-ddea1f010bd6af880aa5efdee185587fe7abf38c.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/nre.test')
-rw-r--r--tests/nre.test2
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]