Browse Source

* undefine target_supports_rodata for WebAssembly in test tarray15.pp

Nikolay Nikolov 2 weeks ago
parent
commit
a5a0d73520
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/tarray15.pp

+ 1 - 1
tests/test/tarray15.pp

@@ -1,7 +1,7 @@
 program tarray15;
 
 {$define target_supports_rodata}
-{$if defined(msdos) or defined(hasamiga) or defined(atari) or defined(palmos)}
+{$if defined(msdos) or defined(hasamiga) or defined(atari) or defined(palmos) or defined(cpuwasm32)}
 {$undef target_supports_rodata}
 {$endif}