From 6b3159d30e221fca8460b776aa3658acfa8ac3b5 Mon Sep 17 00:00:00 2001 From: carl Date: Tue, 15 Oct 2002 15:49:08 +0000 Subject: [PATCH] * Return runerror 219 --- tests/test/tclass4.pp | 2 +- tests/test/tobject3.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test/tclass4.pp b/tests/test/tclass4.pp index 2dec478d35..b1760c7af8 100644 --- a/tests/test/tclass4.pp +++ b/tests/test/tclass4.pp @@ -1,4 +1,4 @@ -{%RESULT=220 } +{%RESULT=219 } {%OPT=-CR} {$mode objfpc} program test_class; diff --git a/tests/test/tobject3.pp b/tests/test/tobject3.pp index 032d5ce408..7fc7e4ca88 100644 --- a/tests/test/tobject3.pp +++ b/tests/test/tobject3.pp @@ -1,4 +1,4 @@ -{%RESULT=220 } +{%RESULT=219 } { %OPT= -CR } program test_object;