Add missing changes from ARCH removal.
I somehow didn't upload these fixes from the review. So doing that now. Test: Unit tests pass. Change-Id: Ia17e480eb972db4f7be6947c0e6567632c65431f
This commit is contained in:
@@ -580,7 +580,7 @@ class FormatSymbolWithoutParametersTests(unittest.TestCase):
|
||||
def test_nested(self):
|
||||
self.assertEqual(FormatSymbolWithoutParameters("foo(int i)::bar(int j)"), "foo::bar")
|
||||
|
||||
def test_unballanced(self):
|
||||
def test_unbalanced(self):
|
||||
self.assertEqual(FormatSymbolWithoutParameters("foo(bar(int i)"), "foo(bar(int i)")
|
||||
self.assertEqual(FormatSymbolWithoutParameters("foo)bar(int i)"), "foo)bar(int i)")
|
||||
self.assertEqual(FormatSymbolWithoutParameters("foo<bar(int i)"), "foo<bar(int i)")
|
||||
|
||||
Reference in New Issue
Block a user