From 3446e7381c0106c114d396554a7fd3ff30cdcaeb Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Mon, 24 Mar 2014 20:33:15 +0000 Subject: [PATCH] Vectors, not strings. Copied from Perforce Change: 184982 ServerID: perforce.ravenbrook.com --- mps/code/airtest.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mps/code/airtest.c b/mps/code/airtest.c index a9e8a5360c5..4d4219f7f5c 100644 --- a/mps/code/airtest.c +++ b/mps/code/airtest.c @@ -3,9 +3,10 @@ * $Id: //info.ravenbrook.com/project/mps/branch/2014-01-15/nailboard/code/fotest.c#1 $ * Copyright (c) 2014 Ravenbrook Limited. See end of file for license. * - * This test case creates a bunch of string objects, registers them - * for finalization, and then discards the base pointers to those - * objects, keeping only ambiguous interior references. + * This test case creates a bunch of vectors, registers them for + * finalization, and then discards the base pointers to those objects, + * keeping only ambiguous interior references to the vector entries in + * the stack-allocated table s. * * If any of these objects are finalized, then this means that the * ambiguous interior references has failed to keep the object alive.