1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 14:52:40 +01:00

Remove gist link that (never?) doesn't work

Summary: Removing 404 link, fixes https://github.com/phacility/arcanist/issues/180

Test Plan: n/a

Reviewers: epriestley, avivey

Reviewed By: epriestley, avivey

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D10689
This commit is contained in:
Chad Little 2014-10-13 10:48:18 -07:00
parent 8547a25928
commit 52947cfd92

View file

@ -1,7 +1,7 @@
<?php
/**
* Parser for JUnit, NUnit, etc results format - https://gist.github.com/959290
* Parser for JUnit, NUnit, etc results format
*/
final class ArcanistXUnitTestResultParser {