1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 23:02:41 +01:00

Made ArcanistNoLintTestCaseMisnamed final.

Summary: Self explanatory.

Test Plan: `arc unit`

Reviewers: #blessed_reviewers, epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D8386
This commit is contained in:
Joshua Spence 2014-03-04 10:55:00 -08:00 committed by epriestley
parent 53492fd01e
commit 9fb2a147f9

View file

@ -8,6 +8,6 @@
* *
* @group testcase * @group testcase
*/ */
class ArcanistNoLintTestCaseMisnamed extends ArcanistLinterTestCase { final class ArcanistNoLintTestCaseMisnamed extends ArcanistLinterTestCase {
} }