Skip to content

Commit

Permalink
Merge pull request #87 from bansan85/fix_test
Browse files Browse the repository at this point in the history
Fix duplicated class name in test
  • Loading branch information
virtuald committed May 21, 2024
2 parents 9c47f1d + 60238eb commit 7595d33
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/test_CppHeaderParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1162,14 +1162,9 @@ def test_method_params(self):
[],
)

def test_class_template(self):
self.assertEqual(
self.cppHeader.classes["CarrotClass"]["template"], "template<class T>"
)


# Bug 3517289
class CarrotClass_TestCase(unittest.TestCase):
class ExternClass_TestCase(unittest.TestCase):
def setUp(self):
self.cppHeader = CppHeaderParser.CppHeader("TestSampleClass.h")

Expand Down

0 comments on commit 7595d33

Please sign in to comment.