diff options
Diffstat (limited to 'lldb/test/stl/TestSTL.py')
-rw-r--r-- | lldb/test/stl/TestSTL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/stl/TestSTL.py b/lldb/test/stl/TestSTL.py index 0d1f69cbd8c..402126eafe2 100644 --- a/lldb/test/stl/TestSTL.py +++ b/lldb/test/stl/TestSTL.py @@ -7,7 +7,7 @@ import unittest2 import lldb from lldbtest import * -class TestSTL(TestBase): +class STLTestCase(TestBase): mydir = "stl" |