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
+ added option -CN to tests tabsvr6.pp and tabsvr7.pp in order to make them work in WebAssembly
Nikolay Nikolov
6 months ago
parent
9a77a855e4
commit
f1725289e9
2 changed files
with
4 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
tests/test/tabsvr6.pp
2
0
tests/test/tabsvr7.pp
+ 2
- 0
tests/test/tabsvr6.pp
View File
@@ -1,3 +1,5 @@
+{ %opt=-CN }
+
{$mode objfpc}
{$mode objfpc}
{$B+}
{$B+}
uses
uses
+ 2
- 0
tests/test/tabsvr7.pp
View File
@@ -1,3 +1,5 @@
+{ %opt=-CN }
+
{$mode objfpc}
{$mode objfpc}
{$B+}
{$B+}
uses
uses