fpcunit_pas2js_namespaced.pas 417 B

12345678910111213141516
  1. { This file was automatically created by Lazarus. Do not edit!
  2. This source is only used to compile and install the package.
  3. }
  4. unit fpcunit_pas2js_namespaced;
  5. {$warn 5023 off : no warning about unused units}
  6. interface
  7. uses
  8. FpcUnit.Test, FpcUnit.Registry, FpcUnit.Decorator, FpcUnit.Runners.Console, FpcUnit.Report, FpcUnit.Reports.Plain,
  9. FpcUnit.Runners.Browser, FpcUnit.Reports.HTML;
  10. implementation
  11. end.