Преглед на файлове

* test fixed, hopefully

git-svn-id: trunk@6810 -
florian преди 18 години
родител
ревизия
85189db6fe
променени са 1 файла, в които са добавени 7 реда и са изтрити 2 реда
  1. 7 2
      tests/webtbf/tw3473.pp

+ 7 - 2
tests/webtbf/tw3473.pp

@@ -1,6 +1,7 @@
 { %fail }
 
-{$mode delphi}
+{ $mode delphi}
+{$mode objfpc}
 type
   TA = class
     procedure douseful; virtual; abstract;
@@ -14,7 +15,11 @@ type
 
 procedure TB.douseful;
 begin
-  { This should give an error, comaptible with Kylix }
+  { This should give an error, comaptible with Kylix
+
+    Delphi eats this
+    FP shouldn't by default
+    (FK) }
   inherited;
 end;