1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 00:49:11 +02:00

Remove debugging print from a test case

Test Plan: reran the test

Reviewers: epriestley, jungejason

Reviewed By: epriestley

CC: aran, epriestley

Differential Revision: https://secure.phabricator.com/D1906
This commit is contained in:
Nick Harper 2012-03-14 19:49:16 -07:00
parent 545f51a4fb
commit dc6816789a

View file

@ -525,7 +525,6 @@ EOTEXT
$this->assertEqual(2, count($new_properties));
$this->assertEqual('*', idx($new_properties, 'svn:executable'));
$this->assertEqual('text/html', idx($new_properties, 'svn:mime-type'));
print_r($changes);
break;
default:
throw new Exception("No test block for diff file {$diff_file}.");