From a70a17cae2853e37b9dbae41f18bb204dbef1631 Mon Sep 17 00:00:00 2001 From: Richard Tucker Date: Mon, 22 Feb 1999 13:18:45 +0000 Subject: [PATCH] Work with interface version hu (previously forgot to change result=pass -> completed=yes) Copied from Perforce Change: 20575 ServerID: perforce.ravenbrook.com --- mps/qa/function/132.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mps/qa/function/132.c b/mps/qa/function/132.c index c218b14f33c..3a7db6bb8f2 100644 --- a/mps/qa/function/132.c +++ b/mps/qa/function/132.c @@ -1,6 +1,6 @@ /* TEST_HEADER - id = $HopeName: MMQA_test_function!132.c(trunk.4) $ + id = $HopeName: MMQA_test_function!132.c(trunk.5) $ summary = low-memory reservoir tests with commit limit, part I language = c harness = 2.1 @@ -193,6 +193,6 @@ int main(void) stackpointer=&m; /* hack to get stack pointer */ easy_tramp(test); - report("result", "pass"); + report("completed", "yes"); return 0; }