summaryrefslogtreecommitdiffstats
path: root/lldb/test/load_unload/TestLoadUnload.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/load_unload/TestLoadUnload.py')
-rw-r--r--lldb/test/load_unload/TestLoadUnload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/load_unload/TestLoadUnload.py b/lldb/test/load_unload/TestLoadUnload.py
index cdd26487eca..6fa8f98fff3 100644
--- a/lldb/test/load_unload/TestLoadUnload.py
+++ b/lldb/test/load_unload/TestLoadUnload.py
@@ -7,7 +7,7 @@ import unittest2
import lldb
from lldbtest import *
-class TestLoadUnload(TestBase):
+class LoadUnloadTestCase(TestBase):
mydir = "load_unload"
OpenPOWER on IntegriCloud