Jelajahi Sumber

* give a different error if the second test fails

git-svn-id: trunk@25263 -
Jonas Maebe 12 tahun lalu
induk
melakukan
51f7d0645a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tests/webtbs/tw24536.pp

+ 1 - 1
tests/webtbs/tw24536.pp

@@ -17,5 +17,5 @@ begin
     Halt(1);
     Halt(1);
   Foo2 := @TMyClass2.MyAbstractMethod;
   Foo2 := @TMyClass2.MyAbstractMethod;
   if Foo<>Foo2 then
   if Foo<>Foo2 then
-    Halt(1);
+    Halt(2);
 end.
 end.