Explorar o código

* fixed test (it should fail)

git-svn-id: trunk@11709 -
Jonas Maebe %!s(int64=17) %!d(string=hai) anos
pai
achega
a933a70cfc
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      tests/webtbs/tw11763.pp

+ 4 - 0
tests/webtbs/tw11763.pp

@@ -1,9 +1,13 @@
+{ %fail }
+
 {$goto on}
+{$inline on}
 procedure p; inline;
 label x;
 begin
     goto x
 end;
 begin
+  p;
 end.