[llvm-commits] [LNT] r170583 - /lnt/trunk/lnt/tests/nt.py

Michael Gottesman mgottesman at apple.com
Wed Dec 19 12:18:06 PST 2012


Author: mgottesman
Date: Wed Dec 19 14:18:06 2012
New Revision: 170583

URL: http://llvm.org/viewvc/llvm-project?rev=170583&view=rev
Log:
Changed abstract => RuntimeError("Abstract Method.").

Modified:
    lnt/trunk/lnt/tests/nt.py

Modified: lnt/trunk/lnt/tests/nt.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/tests/nt.py?rev=170583&r1=170582&r2=170583&view=diff
==============================================================================
--- lnt/trunk/lnt/tests/nt.py (original)
+++ lnt/trunk/lnt/tests/nt.py Wed Dec 19 14:18:06 2012
@@ -32,7 +32,7 @@
         raise NotImplementedError
 
     def execute_test(self, options):
-        abstract
+        raise RuntimeError("Abstract Method.")
 
     def _execute_test(self, test_log, options):
         self._log = test_log





More information about the llvm-commits mailing list