Explorar o código

* invalid DosError display improved

git-svn-id: trunk@29665 -
Tomas Hajny %!s(int64=10) %!d(string=hai) anos
pai
achega
2cf9d18b14
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/test/units/dos/tfattr.pp

+ 1 - 1
tests/test/units/dos/tfattr.pp

@@ -78,7 +78,7 @@ Procedure CheckDosError(err: Integer);
   else
    begin
     Str (X, S);
-    s := s + 'INVALID DOSERROR';
+    s := '(' + s + ') - INVALID DOSERROR';
    end
   end;
   if err <> x then