[Lldb-commits] [lldb] r155415 - /lldb/branches/lldb-platform-work/test/lang/c/blocks/TestBlocks.py

Johnny Chen johnny.chen at apple.com
Mon Apr 23 17:43:50 PDT 2012


Author: johnny
Date: Mon Apr 23 19:43:50 2012
New Revision: 155415

URL: http://llvm.org/viewvc/llvm-project?rev=155415&view=rev
Log:
Rename test class properly.

Modified:
    lldb/branches/lldb-platform-work/test/lang/c/blocks/TestBlocks.py

Modified: lldb/branches/lldb-platform-work/test/lang/c/blocks/TestBlocks.py
URL: http://llvm.org/viewvc/llvm-project/lldb/branches/lldb-platform-work/test/lang/c/blocks/TestBlocks.py?rev=155415&r1=155414&r2=155415&view=diff
==============================================================================
--- lldb/branches/lldb-platform-work/test/lang/c/blocks/TestBlocks.py (original)
+++ lldb/branches/lldb-platform-work/test/lang/c/blocks/TestBlocks.py Mon Apr 23 19:43:50 2012
@@ -5,7 +5,7 @@
 import lldb
 from lldbtest import *
 
-class AnonymousTestCase(TestBase):
+class BlocksTestCase(TestBase):
 
     mydir = os.path.join("lang", "c", "blocks")
     lines = []





More information about the lldb-commits mailing list