* naming fixed

git-svn-id: trunk@554 -
This commit is contained in:
florian 2005-07-01 20:44:52 +00:00
parent bdc8b7d061
commit 655169ca3c
3 changed files with 4 additions and 4 deletions

2
.gitattributes vendored
View File

@ -5475,7 +5475,6 @@ tests/webtbf/tw3740.pp svneol=native#text/plain
tests/webtbf/tw3790.pp svneol=native#text/plain
tests/webtbf/tw3841.pp svneol=native#text/plain
tests/webtbf/tw3969.pp svneol=native#text/plain
tests/webtbf/tw3969u.pp svneol=native#text/plain
tests/webtbf/tw4103.pp svneol=native#text/plain
tests/webtbf/tw4111.pp svneol=native#text/plain
tests/webtbf/tw4139.pp svneol=native#text/plain
@ -5486,6 +5485,7 @@ tests/webtbf/uw0840b.pp svneol=native#text/plain
tests/webtbf/uw0856.pp svneol=native#text/plain
tests/webtbf/uw2414.pp svneol=native#text/plain
tests/webtbf/uw3450.pp svneol=native#text/plain
tests/webtbf/uw3969.pp svneol=native#text/plain
tests/webtbf/uw4103.pp svneol=native#text/plain
tests/webtbs/tu2002.pp svneol=native#text/plain
tests/webtbs/tw0555.pp svneol=native#text/plain

View File

@ -1,7 +1,7 @@
{ %fail }
{$Mode Delphi}
{$R-,X+,V-}
uses crt, tw3969u;
uses crt, uw3969;
var
myobj: testobj;

View File

@ -1,7 +1,7 @@
{$Mode Delphi}
{$R-,X+,V-}
unit tw3969u;
unit uw3969;
interface
@ -38,4 +38,4 @@ implementation
result := myvar;
end;
end.
end.