[LNT] r212739 - Fix hanging comment

Chris Matthews cmatthews5 at apple.com
Thu Jul 10 09:59:54 PDT 2014


Author: cmatthews
Date: Thu Jul 10 11:59:53 2014
New Revision: 212739

URL: http://llvm.org/viewvc/llvm-project?rev=212739&view=rev
Log:
Fix hanging comment

Modified:
    lnt/trunk/tests/server/ui/V4Pages.py

Modified: lnt/trunk/tests/server/ui/V4Pages.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/tests/server/ui/V4Pages.py?rev=212739&r1=212738&r2=212739&view=diff
==============================================================================
--- lnt/trunk/tests/server/ui/V4Pages.py (original)
+++ lnt/trunk/tests/server/ui/V4Pages.py Thu Jul 10 11:59:53 2014
@@ -13,7 +13,6 @@ logging.basicConfig(level=logging.DEBUG)
 
 
 def check_code(client, url, expected_code=200):
-    # Fetch the index page.
     resp = client.get(url, follow_redirects=False)
     assert resp.status_code == expected_code, \
         "Call to %s returned: %d, not the expected %d"%(url, resp.status_code, expected_code)





More information about the llvm-commits mailing list