This patch fixes two incorrect descriptions in TestingGuide.rst.
- test/lit.site.cfg --> test/lit.site.cfg.py After https://reviews.llvm.org/D37838 , the test/lit.site.cfg had been added a .py extension. So it should be test/lit.site.cfg.py.
- $(LLVM_OBJ_ROOT)/$(BuildMode)/bin --> $(LLVM_OBJ_ROOT)/bin The current build system doesn't create a $(BuildMode) directory any more. So it should be removed.
i'll move ) after the quote.