This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
pascal
/
freepascal.compiler
espejo de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
tests: remove UTF8 bom from 2 test units which does not expect to get UTF8 encoded strings
git-svn-id: trunk@19480 -
paul
hace 14 años
padre
0d3fa2d2db
commit
89416ab0f5
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
tests/test/tcpstrchar2ansistr.pp
1
1
tests/test/tcpstrpchar2ansistr.pp
+ 1
- 1
tests/test/tcpstrchar2ansistr.pp
Ver fichero
@@ -1,4 +1,4 @@
-
uses
+uses
{$ifdef unix}
cwstring,
{$endif unix}
+ 1
- 1
tests/test/tcpstrpchar2ansistr.pp
Ver fichero
@@ -1,4 +1,4 @@
-
uses
+uses
{$ifdef unix}
cwstring,
{$endif unix}