This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* typo rte instead of result
peter
22 years ago
parent
6e553bfafd
commit
9861ba3221
2 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
1
1
tests/test/texception6.pp
1
1
tests/test/texception7.pp
+ 1
- 1
tests/test/texception6.pp
View File
@@ -1,5 +1,5 @@
{ %version=1.1 }
-{ %rt
e
=0 }
+{ %r
esul
t=0 }
uses
SysUtils;
+ 1
- 1
tests/test/texception7.pp
View File
@@ -1,5 +1,5 @@
{ %version=1.1 }
-{ %rt
e
=0 }
+{ %r
esul
t=0 }
uses
sysutils;