diff --git a/tests/webtbs/tw11763.pp b/tests/webtbs/tw11763.pp index 132ffd09a3..0ed9b88111 100644 --- a/tests/webtbs/tw11763.pp +++ b/tests/webtbs/tw11763.pp @@ -1,3 +1,4 @@ +{$goto on} procedure p; inline; label x; begin diff --git a/tests/webtbs/uw11762.pp b/tests/webtbs/uw11762.pp index 96efc7c1d3..4255f0b49c 100644 --- a/tests/webtbs/uw11762.pp +++ b/tests/webtbs/uw11762.pp @@ -1,3 +1,4 @@ +{$goto on} unit uw11762; interface procedure p; inline;