[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:
Jonas Devlieghere 2019-05-21 20:55:00 +00:00
parent 3057c3a092
commit 4eb8610da2
1 changed files with 1 additions and 1 deletions

View File

@ -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__)