mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-13 08:11:04 +01:00
Rebuild phutil library map for arc
Summary: D1439 added a new class which had the wrong name in the map from D1439. Whoopsiepoos! Test Plan: unit tests now pass Reviewers: epriestley, zeeg Reviewed By: epriestley CC: aran Differential Revision: https://secure.phabricator.com/D1441
This commit is contained in:
parent
9be9554f2d
commit
16e78669d3
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ phutil_register_library_map(array(
|
|||
'ArcanistXHPASTLinter' => 'lint/linter/xhpast',
|
||||
'ArcanistXHPASTLinterTestCase' => 'lint/linter/xhpast/__tests__',
|
||||
'BranchInfo' => 'branch',
|
||||
'ComprehensiveEngine' => 'lint/engine/comprehensive',
|
||||
'ComprehensiveLintEngine' => 'lint/engine/comprehensive',
|
||||
'ExampleLintEngine' => 'lint/engine/example',
|
||||
'PhutilLintEngine' => 'lint/engine/phutil',
|
||||
'PhutilModuleRequirements' => 'parser/phutilmodule',
|
||||
|
@ -166,7 +166,7 @@ phutil_register_library_map(array(
|
|||
'ArcanistUserAbortException' => 'ArcanistUsageException',
|
||||
'ArcanistXHPASTLinter' => 'ArcanistLinter',
|
||||
'ArcanistXHPASTLinterTestCase' => 'ArcanistLinterTestCase',
|
||||
'ComprehensiveEngine' => 'ArcanistLintEngine',
|
||||
'ComprehensiveLintEngine' => 'ArcanistLintEngine',
|
||||
'ExampleLintEngine' => 'ArcanistLintEngine',
|
||||
'PhutilLintEngine' => 'ArcanistLintEngine',
|
||||
'PhutilUnitTestEngine' => 'ArcanistBaseUnitTestEngine',
|
||||
|
|
Loading…
Reference in a new issue