[Lldb-commits] [lldb] r202718 - Update test class name and comment to match test

Ed Maste emaste at freebsd.org
Mon Mar 3 07:01:28 PST 2014


Author: emaste
Date: Mon Mar  3 09:01:28 2014
New Revision: 202718

URL: http://llvm.org/viewvc/llvm-project?rev=202718&view=rev
Log:
Update test class name and comment to match test

Modified:
    lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py

Modified: lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py?rev=202718&r1=202717&r2=202718&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py (original)
+++ lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py Mon Mar  3 09:01:28 2014
@@ -7,7 +7,7 @@ import lldb
 import lldbutil
 from lldbtest import *
 
-class ExprCommandWithTimeoutsTestCase(TestBase):
+class ExprCommandThatRestartsTestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
@@ -43,7 +43,7 @@ class ExprCommandWithTimeoutsTestCase(Te
 
         
     def call_function(self):
-        """Test calling function with timeout."""
+        """Test calling function that hits a signal and restarts."""
         exe_name = "a.out"
         exe = os.path.join(os.getcwd(), exe_name)
 





More information about the lldb-commits mailing list