Browse Source

* fixed running fcl-json tests on the WASI platform

Nikolay Nikolov 1 week ago
parent
commit
b351566b62
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/fcl-json/tests/testjson.pp

+ 3 - 0
packages/fcl-json/tests/testjson.pp

@@ -21,6 +21,9 @@ uses
   {$ifdef unix}
   {$ifdef unix}
   cwstring,
   cwstring,
   {$endif}
   {$endif}
+  {$ifdef wasi}
+  unicodeducet, fpwidestring,
+  {$endif}
   Classes, testjsondata, testjsonparser, testjsonrtti, consoletestrunner, testjsonreader;
   Classes, testjsondata, testjsonparser, testjsonrtti, consoletestrunner, testjsonreader;
 
 
 type
 type