remove a stale comment from some of the test code

Summary: I forgot to remove this comment when I fixed the test in D7565503.

Reviewed By: chadaustin

Differential Revision: D7716106

fbshipit-source-id: 58acd71ac96560f2cc454b3a7da75bb61e6e71c7
This commit is contained in:
Adam Simpkins 2018-04-20 15:27:58 -07:00 committed by Facebook Github Bot
parent 0a2630c56a
commit cc484caf6c

View File

@ -84,8 +84,6 @@ class AddTest(EdenHgTestCase):
)
def test_add_nonexistent_directory(self):
# I believe this does not pass today because _eden_walk_helper does not
# invoke the bad() method of the matcher.
with self.assertRaises(subprocess.CalledProcessError) as context:
self.hg('add', 'dir3')
self.assertEqual(