summaryrefslogtreecommitdiff
path: root/packages/pastojs/tests/tcunitsearch.pas
diff options
context:
space:
mode:
authormattias <mattias@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-12-06 23:47:08 +0000
committermattias <mattias@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-12-06 23:47:08 +0000
commit2b71ebf8da81fd0d36e8dd6ce17754782039481d (patch)
tree340ee8733e3cd158b2bb3d660ec33843bb8adcd8 /packages/pastojs/tests/tcunitsearch.pas
parent1ca8dd71e5d6f11cf42190b65e62c8d995061d30 (diff)
downloadfpc-2b71ebf8da81fd0d36e8dd6ce17754782039481d.tar.gz
pastojs: comments, nicer uses sections
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@40483 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/pastojs/tests/tcunitsearch.pas')
-rw-r--r--packages/pastojs/tests/tcunitsearch.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/pastojs/tests/tcunitsearch.pas b/packages/pastojs/tests/tcunitsearch.pas
index e0cedea74b..193fe106cc 100644
--- a/packages/pastojs/tests/tcunitsearch.pas
+++ b/packages/pastojs/tests/tcunitsearch.pas
@@ -29,14 +29,14 @@ uses
fpcunit, testregistry,
PScanner, PasTree,
{$IFDEF CheckPasTreeRefCount}PasResolveEval,{$ENDIF}
- Pas2jsFileUtils, Pas2jsCompiler, Pas2jsfsCompiler, Pas2jsFileCache, Pas2jsLogger,
+ Pas2jsFileUtils, Pas2jsCompiler, Pas2JSPCUCompiler, Pas2jsFileCache, Pas2jsLogger,
tcmodules;
type
{ TTestCompiler }
- TTestCompiler = class(TPas2jsFSCompiler)
+ TTestCompiler = class(TPas2jsPCUCompiler)
private
FExitCode: longint;
protected