diff --git a/.gitattributes b/.gitattributes index 5f2bbd6337..a769e07542 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8328,6 +8328,7 @@ tests/test/cg/obj/stdint.h svneol=native#text/plain tests/test/cg/obj/tcext3.c -text tests/test/cg/obj/tcext4.c -text tests/test/cg/obj/tcext5.c -text +tests/test/cg/obj/win32/i386/cpptcl1.o -text tests/test/cg/obj/win32/i386/ctest.o -text tests/test/cg/obj/win32/i386/tcext3.o -text tests/test/cg/obj/win32/i386/tcext4.o -text diff --git a/tests/test/cg/obj/win32/i386/cpptcl1.o b/tests/test/cg/obj/win32/i386/cpptcl1.o new file mode 100644 index 0000000000..3e6d3aa22d Binary files /dev/null and b/tests/test/cg/obj/win32/i386/cpptcl1.o differ diff --git a/tests/test/cg/tcppcl1.pp b/tests/test/cg/tcppcl1.pp index 63dcaf72f1..6d34dc49c0 100644 --- a/tests/test/cg/tcppcl1.pp +++ b/tests/test/cg/tcppcl1.pp @@ -90,6 +90,7 @@ begin TestClass.Test26(Nil, c, 3.1416); except ExitCode := 1; + writeln('error'); end; end.