diff options
Diffstat (limited to 'lldb/test/persistent_variables/TestPersistentVariables.py')
-rw-r--r-- | lldb/test/persistent_variables/TestPersistentVariables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/persistent_variables/TestPersistentVariables.py b/lldb/test/persistent_variables/TestPersistentVariables.py index b30003ef05e..9f1ea77703a 100644 --- a/lldb/test/persistent_variables/TestPersistentVariables.py +++ b/lldb/test/persistent_variables/TestPersistentVariables.py @@ -7,7 +7,7 @@ import unittest2 import lldb from lldbtest import * -class TestPersistentVariables(TestBase): +class PersistentVariablesTestCase(TestBase): mydir = "persistent_variables" |