[LNT] r306187 - fix docu comment

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 17:14:33 PDT 2017


Author: matze
Date: Fri Jun 23 19:14:32 2017
New Revision: 306187

URL: http://llvm.org/viewvc/llvm-project?rev=306187&view=rev
Log:
fix docu comment

Modified:
    lnt/trunk/lnt/server/db/testsuitedb.py

Modified: lnt/trunk/lnt/server/db/testsuitedb.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/db/testsuitedb.py?rev=306187&r1=306186&r2=306187&view=diff
==============================================================================
--- lnt/trunk/lnt/server/db/testsuitedb.py (original)
+++ lnt/trunk/lnt/server/db/testsuitedb.py Fri Jun 23 19:14:32 2017
@@ -916,7 +916,7 @@ test %r is misnamed for reporting under
 
     def importDataFromDict(self, data, commit, config=None):
         """
-        importDataFromDict(data) -> Run, bool
+        importDataFromDict(data) -> bool, Run
 
         Import a new run from the provided test interchange data, and return the
         constructed Run record.




More information about the llvm-commits mailing list