diff options
Diffstat (limited to 'lldb/test/lang/c/blocks/TestBlocks.py')
-rw-r--r-- | lldb/test/lang/c/blocks/TestBlocks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/c/blocks/TestBlocks.py b/lldb/test/lang/c/blocks/TestBlocks.py index 5cd5bd010d6..124f5f2ed5e 100644 --- a/lldb/test/lang/c/blocks/TestBlocks.py +++ b/lldb/test/lang/c/blocks/TestBlocks.py @@ -6,7 +6,7 @@ import lldb from lldbtest import * import lldbutil -class AnonymousTestCase(TestBase): +class BlocksTestCase(TestBase): mydir = os.path.join("lang", "c", "blocks") lines = [] |