lazarus test suite: fixed typo in unit name (file).

git-svn-id: trunk@27858 -
This commit is contained in:
vincents 2010-10-25 17:28:54 +00:00
parent 993221704c
commit ccff36f638

View File

@ -32,7 +32,7 @@ uses
// lcltests
testunicode, testpen,
// semi-automatic tests
semiautotests, idesemiautotests, lclsemiautotests;
semiautotest, idesemiautotests, lclsemiautotests;
implementation