Pārlūkot izejas kodu

* naming fixed

git-svn-id: trunk@554 -
florian 20 gadi atpakaļ
vecāks
revīzija
655169ca3c
3 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 1 1
      .gitattributes
  2. 1 1
      tests/webtbf/tw3969.pp
  3. 2 2
      tests/webtbf/uw3969.pp

+ 1 - 1
.gitattributes

@@ -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

+ 1 - 1
tests/webtbf/tw3969.pp

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

+ 2 - 2
tests/webtbf/tw3969u.pp → tests/webtbf/uw3969.pp

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