Przeglądaj źródła

* spelling fixed

florian 1 rok temu
rodzic
commit
124480e73a
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      tests/test/tint642.pp

+ 2 - 2
tests/test/tint642.pp

@@ -1177,9 +1177,9 @@ begin
    writeln('Testing QWord logical - operator was successful');
    writeln('Testing QWord logical - operator was successful');
    writeln;
    writeln;
 
 
-   writeln('Testing QWord logical shift operators (shr,shr)');
+   writeln('Testing QWord logical shift operators (shl,shr)');
    testshlshrqword;
    testshlshrqword;
-   writeln('Testing QWord logical shift operators (shr,shr) was successful');
+   writeln('Testing QWord logical shift operators (shl,shr) was successful');
    writeln;
    writeln;
 
 
    writeln('Testing QWord function results');
    writeln('Testing QWord function results');