forked from OSchip/llvm-project
[Test] Fix conflicting test names.
Two tests having the same name creates a race condition when moving the trace files. llvm-svn: 361310
This commit is contained in:
parent
3057c3a092
commit
4eb8610da2
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Reference in New Issue