Explorar o código

+ added wasi to the list of targets without thread support

Nikolay Nikolov %!s(int64=3) %!d(string=hai) anos
pai
achega
9579759f01
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/utils/dotest.pp

+ 1 - 1
tests/utils/dotest.pp

@@ -123,7 +123,7 @@ const
   NoWorkingUnicodeSupport='$nounicode';
   TargetHasNoWorkingUnicodeSupport = 'msdos';
   NoWorkingThread='$nothread';
-  TargetHasNoWorkingThreadSupport = 'go32v2,msdos';
+  TargetHasNoWorkingThreadSupport = 'go32v2,msdos,wasi';
 
 procedure TranslateConfig(var AConfig: TConfig);
 begin