summaryrefslogtreecommitdiffstats
path: root/lldb/test/hello_world/TestHelloWorld.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/hello_world/TestHelloWorld.py')
-rw-r--r--lldb/test/hello_world/TestHelloWorld.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/hello_world/TestHelloWorld.py b/lldb/test/hello_world/TestHelloWorld.py
index 82e3b97fda6..b7f7c15b77f 100644
--- a/lldb/test/hello_world/TestHelloWorld.py
+++ b/lldb/test/hello_world/TestHelloWorld.py
@@ -5,7 +5,7 @@ import unittest2
import lldb
from lldbtest import *
-class TestHelloWorld(TestBase):
+class HelloWorldTestCase(TestBase):
mydir = "hello_world"
OpenPOWER on IntegriCloud