summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-12-13 12:09:10 +0100
committerRaphael Isemann <teemperor@gmail.com>2019-12-13 12:10:05 +0100
commit4286aca5d5adb2fd07fb07d0dbbc94e2ff16270d (patch)
tree27c38793d314b3195ad09940e4d90f5063461b75
parent5ab9fa44cd60d5bca7b6d809a86bf10be416eb5d (diff)
downloadbcm5719-llvm-4286aca5d5adb2fd07fb07d0dbbc94e2ff16270d.tar.gz
bcm5719-llvm-4286aca5d5adb2fd07fb07d0dbbc94e2ff16270d.zip
[lldb][NFC] Add reminder to TestSampleTest that setUp should be deleted if it not needed.
-rw-r--r--lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py b/lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py
index a22670a72a1..3577723084a 100644
--- a/lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py
+++ b/lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py
@@ -28,6 +28,8 @@ class RenameThisSampleTestTestCase(TestBase):
def setUp(self):
# Call super's setUp().
TestBase.setUp(self)
+ # Set up your test case here. If your test doesn't need any set up then
+ # remove this method from your TestCase class.
def sample_test(self):
"""You might use the test implementation in several ways, say so here."""
OpenPOWER on IntegriCloud