mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
+ compiled test for win32
* use writeln to show the test result as well for easier manual testing git-svn-id: trunk@14191 -
This commit is contained in:
parent
f54ea1e9f9
commit
509447c4b9
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||
|
BIN
tests/test/cg/obj/win32/i386/cpptcl1.o
Normal file
BIN
tests/test/cg/obj/win32/i386/cpptcl1.o
Normal file
Binary file not shown.
@ -90,6 +90,7 @@ begin
|
||||
TestClass.Test26(Nil, c, 3.1416);
|
||||
except
|
||||
ExitCode := 1;
|
||||
writeln('error');
|
||||
end;
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user