summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2018-07-12 23:02:33 +0000
committerStella Stamenova <stilis@microsoft.com>2018-07-12 23:02:33 +0000
commit7b68fa7fcd0c9cef52c71d8cd4f1a72043540a8f (patch)
tree69a9b49060eb8c2f87533ab26081a5e013829b3d /lldb
parent3250899600ea8fa7481529c204b7bf6e832dfe36 (diff)
downloadbcm5719-llvm-7b68fa7fcd0c9cef52c71d8cd4f1a72043540a8f.tar.gz
bcm5719-llvm-7b68fa7fcd0c9cef52c71d8cd4f1a72043540a8f.zip
[lldbsuite] The test inside TestOverloadedFunctions.py has the wrong class name
Summary: It looks like the test file was copied from TestCPPStaticMethods.py because they have the same name. This means that the two tests will try to write to the same output files and will either overwrite each other's output or occasionally cause failures because they can't both access the same file. Reviewers: asmith, zturner Reviewed By: zturner Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D49261 llvm-svn: 336960
Diffstat (limited to 'lldb')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
index 996396d5992..7f68eb8923e 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
@@ -8,7 +8,7 @@ from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
-class CPPStaticMethodsTestCase(TestBase):
+class OverloadedFunctionsTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
OpenPOWER on IntegriCloud