commit | cbb4be0c930748b70361dc8c290e01a00d09e09b | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Wed Sep 01 19:59:58 2010 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Wed Sep 01 19:59:58 2010 +0000 |
tree | cfe7824488c799995dc0a1f6d46dfed986e55196 | |
parent | 91b9383b7611804d59afdb3c0041c2cc2091f9c1 [diff] [blame] |
Changed the test case class names to be noun-like instead of verb-like. llvm-svn: 112732
diff --git a/lldb/test/stl/TestSTL.py b/lldb/test/stl/TestSTL.py index 0d1f69c..402126e 100644 --- a/lldb/test/stl/TestSTL.py +++ b/lldb/test/stl/TestSTL.py
@@ -7,7 +7,7 @@ import lldb from lldbtest import * -class TestSTL(TestBase): +class STLTestCase(TestBase): mydir = "stl"