Skip to content

Commit

Permalink
[lldb] Give TestDefaultTemplateArgs a unique class name
Browse files Browse the repository at this point in the history
Multiple tests cannot share the same test class name.
  • Loading branch information
JDevlieghere committed Nov 30, 2020
1 parent 00bbef2 commit 1b9f214
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@
from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil

class TestCase(TestBase):
class TestDefaultTemplateArgs(TestBase):

mydir = TestBase.compute_mydir(__file__)

Expand Down

0 comments on commit 1b9f214

Please sign in to comment.