Browse Source

pastojs: fixed test

git-svn-id: trunk@42894 -
Mattias Gaertner 6 years ago
parent
commit
c2c67cb035
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/pastojs/tests/tcmodules.pas

+ 1 - 1
packages/pastojs/tests/tcmodules.pas

@@ -23390,7 +23390,7 @@ begin
   '{$modeswitch typehelpers}',
   'type',
   '  Float = type double;',
-  '  THelper = type helper for double',
+  '  THelper = type helper for Float',
   '    const NPI = 3.141592;',
   '    function ToStr: String;',
   '  end;',