From 4eb8610da2cb184f3690ff86bd16ffa19fcb5e83 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Tue, 21 May 2019 20:55:00 +0000 Subject: [Test] Fix conflicting test names. Two tests having the same name creates a race condition when moving the trace files. llvm-svn: 361310 --- .../import-std-module/forward_list-basic/TestBasicForwardList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test') 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__) -- cgit v1.2.3