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

Remove spurious +x from arcanist

Summary: A few files here have +x, but should not. Also correct a
spelling mistake.
This commit is contained in:
epriestley 2013-10-05 05:20:05 -07:00
parent 10a9bb1e99
commit 13e422e123
5 changed files with 1 additions and 1 deletions

0
scripts/lib/PhutilLibraryMapBuilder.php Executable file → Normal file
View file

View file

@ -41,7 +41,7 @@ final class XUnitTestResultParserTestCase extends ArcanistTestCase {
public function testInvalidXmlInputFailure() {
$stubbed_results = Filesystem::readFile(
dirname(__FILE__).'/testresults/xunit.invallid-xml');
dirname(__FILE__).'/testresults/xunit.invalid-xml');
try {
$parsed_results = id(new ArcanistXUnitTestResultParser())
->parseTestResults($stubbed_results);

0
src/unit/engine/__tests__/testresults/xunit.no-tests Executable file → Normal file
View file

0
src/unit/engine/__tests__/testresults/xunit.simple Executable file → Normal file
View file