peter 21 anni fa
parent
commit
93cc3964a5
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      tests/test/tobject1.pp

+ 2 - 0
tests/test/tobject1.pp

@@ -68,6 +68,8 @@ program test_fail;
   var
     mem : sizeint;
   begin
+     require_error(210);
+     
 	 mem:=0;
 	 DoMem(mem);
      new(pa1,init(false));