summaryrefslogtreecommitdiffstats
path: root/lldb/test/persistent_variables/TestPersistentVariables.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/persistent_variables/TestPersistentVariables.py')
-rw-r--r--lldb/test/persistent_variables/TestPersistentVariables.py2
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"
OpenPOWER on IntegriCloud