git-svn-id: trunk@28361 -
This commit is contained in:
michael 2014-08-10 16:12:45 +00:00
parent 96915b3f0c
commit 7f5bdbbf2f
2 changed files with 5 additions and 0 deletions

1
.gitattributes vendored
View File

@ -12563,6 +12563,7 @@ tests/utils/libtar.pas svneol=native#text/plain
tests/utils/macos/LinkRunDir -text
tests/utils/macos/LinkRunTests -text
tests/utils/macos/readme.txt svneol=native#text/plain
tests/utils/newfile.pp svneol=native#text/plain
tests/utils/prepup.pp svneol=native#text/plain
tests/utils/redir.pp svneol=native#text/plain
tests/utils/testfail.pp svneol=native#text/plain

4
tests/utils/newfile.pp Normal file
View File

@ -0,0 +1,4 @@
program newfile;
begin
end.