summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-05-21 20:55:00 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-05-21 20:55:00 +0000
commit4eb8610da2cb184f3690ff86bd16ffa19fcb5e83 (patch)
treeb162a931bfb52c84e69fa89e58fb1c694041f94f /lldb/packages/Python/lldbsuite/test
parent3057c3a0929fc38eb1298fbea23ccf1ba1d14c8b (diff)
downloadbcm5719-llvm-4eb8610da2cb184f3690ff86bd16ffa19fcb5e83.tar.gz
bcm5719-llvm-4eb8610da2cb184f3690ff86bd16ffa19fcb5e83.zip
[Test] Fix conflicting test names.
Two tests having the same name creates a race condition when moving the trace files. llvm-svn: 361310
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/forward_list-basic/TestBasicForwardList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/forward_list-basic/TestBasicForwardList.py b/lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/forward_list-basic/TestBasicForwardList.py
index 5cbc73d34c0..528d555e0af 100644
--- a/lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/forward_list-basic/TestBasicForwardList.py
+++ b/lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/forward_list-basic/TestBasicForwardList.py
@@ -6,7 +6,7 @@ from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
-class TestBasicList(TestBase):
+class TestBasicForwardList(TestBase):
mydir = TestBase.compute_mydir(__file__)
OpenPOWER on IntegriCloud