diff options
Diffstat (limited to 'lldb/test/global_variables/TestGlobalVariables.py')
-rw-r--r-- | lldb/test/global_variables/TestGlobalVariables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/global_variables/TestGlobalVariables.py b/lldb/test/global_variables/TestGlobalVariables.py index 088a82d6579..b17b4eebb3d 100644 --- a/lldb/test/global_variables/TestGlobalVariables.py +++ b/lldb/test/global_variables/TestGlobalVariables.py @@ -5,7 +5,7 @@ import unittest2 import lldb from lldbtest import * -class TestGlobalVariables(TestBase): +class GlobalVariablesTestCase(TestBase): mydir = "global_variables" |