This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* expected error code is 220
pierre
23 years ago
parent
39b2a66e7d
commit
37708dd83b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
tests/test/tclass4.pp
+ 1
- 1
tests/test/tclass4.pp
View File
@@ -1,4 +1,4 @@
-{%RESULT=2
1
0 }
+{%RESULT=2
2
0 }
{%OPT=-CR}
{$mode objfpc}
program test_class;