mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 10:01:42 +00:00
Update test class name and comment to match test
llvm-svn: 202718
This commit is contained in:
parent
fa961d76f0
commit
aa954d1188
@ -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(TestBase):
|
||||
|
||||
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user