From 16e78669d398f3752edb4e7cde7354a21bf943f7 Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Tue, 17 Jan 2012 14:54:27 -0800 Subject: [PATCH] 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 --- src/__phutil_library_map__.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index 9e24b9c5..2279b6cf 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -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',