* renamed tw13345y.pp to uw13345y because it's a unit (otherwise its

object file is not available for linking when tw13345x is recompiled)

git-svn-id: trunk@12959 -
This commit is contained in:
Jonas Maebe 2009-03-22 20:52:45 +00:00
parent 6a813b8e7b
commit 0698678f86
3 changed files with 3 additions and 3 deletions

2
.gitattributes vendored
View File

@ -8809,7 +8809,6 @@ tests/webtbs/tw13318.pp svneol=native#text/plain
tests/webtbs/tw1333.pp svneol=native#text/plain
tests/webtbs/tw13343.pp svneol=native#text/plain
tests/webtbs/tw13345x.pp svneol=native#text/plain
tests/webtbs/tw13345y.pp svneol=native#text/plain
tests/webtbs/tw1348.pp svneol=native#text/plain
tests/webtbs/tw1351.pp svneol=native#text/plain
tests/webtbs/tw1364.pp svneol=native#text/plain
@ -9699,6 +9698,7 @@ tests/webtbs/uw1181.inc svneol=native#text/plain
tests/webtbs/uw1279.pp svneol=native#text/plain
tests/webtbs/uw13015.pp svneol=native#text/plain
tests/webtbs/uw1331.pp svneol=native#text/plain
tests/webtbs/uw13345y.pp svneol=native#text/plain
tests/webtbs/uw2004.inc svneol=native#text/plain
tests/webtbs/uw2040.pp svneol=native#text/plain
tests/webtbs/uw2266a.inc svneol=native#text/plain

View File

@ -4,7 +4,7 @@
{$mode delphi}
uses
tw13345y;
uw13345y;
type
tc = class(tinterfacedobject,ta)

View File

@ -1,4 +1,4 @@
unit tw13345y;
unit uw13345y;
{$mode delphi}