Browse Source

* added %FAIL

peter 24 years ago
parent
commit
d4f3485e7c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tests/tbf/tb0100.pp

+ 3 - 1
tests/tbf/tb0100.pp

@@ -1,7 +1,9 @@
+{ %FAIL }
+
 type
   enum1 = (one,two,three);
   enum2 = (four,five,six);
-  
+
   enumset1 = set of enum1;
 
 var