From 49fe968d1db908b8d0b5ed2dff9a75f3c81afec3 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 1 Dec 2013 17:01:57 +0000 Subject: [PATCH] * the dfa code now behaves like the old initialization checking code: uninitialized parameters passed by reference cause only a hint git-svn-id: trunk@26160 - --- .gitattributes | 2 +- tests/{webtbf => webtbs}/tw11849a.pp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename tests/{webtbf => webtbs}/tw11849a.pp (95%) diff --git a/.gitattributes b/.gitattributes index a51429c16f..214fcf8e83 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12406,7 +12406,6 @@ tests/webtbf/tw11632.pp svneol=native#text/plain tests/webtbf/tw11846.pp svneol=native#text/plain tests/webtbf/tw11846c.pp svneol=native#text/plain tests/webtbf/tw11848a.pp svneol=native#text/plain -tests/webtbf/tw11849a.pp svneol=native#text/plain tests/webtbf/tw11862a.pp svneol=native#text/plain tests/webtbf/tw11970.pp svneol=native#text/plain tests/webtbf/tw12075.pp svneol=native#text/plain @@ -12992,6 +12991,7 @@ tests/webtbs/tw11846a.pp svneol=native#text/plain tests/webtbs/tw11846b.pp svneol=native#text/plain tests/webtbs/tw11848.pp svneol=native#text/plain tests/webtbs/tw11849.pp svneol=native#text/plain +tests/webtbs/tw11849a.pp svneol=native#text/pascal tests/webtbs/tw11852.pp svneol=native#text/plain tests/webtbs/tw11859.pp svneol=native#text/plain tests/webtbs/tw11861.pp svneol=native#text/plain diff --git a/tests/webtbf/tw11849a.pp b/tests/webtbs/tw11849a.pp similarity index 95% rename from tests/webtbf/tw11849a.pp rename to tests/webtbs/tw11849a.pp index 23dda7a12b..eb06f240eb 100644 --- a/tests/webtbf/tw11849a.pp +++ b/tests/webtbs/tw11849a.pp @@ -1,5 +1,4 @@ { %OPT=-Sew -vw -Oodfa } -{ %fail } {$mode objfpc} procedure GiveMe(var i: integer); begin