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

* more type x = x tests

pierre преди 23 години
родител
ревизия
c513f38d82
променени са 2 файла, в които са добавени 14 реда и са изтрити 0 реда
  1. 7 0
      tests/webtbf/tw1754b.pp
  2. 7 0
      tests/webtbs/tw1754c.pp

+ 7 - 0
tests/webtbf/tw1754b.pp

@@ -0,0 +1,7 @@
+{ %FAIL }
+type
+  integer = integer;
+
+begin
+end.
+

+ 7 - 0
tests/webtbs/tw1754c.pp

@@ -0,0 +1,7 @@
+{ this one should compile }
+type
+  integer = system.integer;
+
+begin
+end.
+