Skip to content

Commit

Permalink
Update tests/test_domain_cpp.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
  • Loading branch information
jbms and jakobandersen committed Mar 11, 2022
1 parent 2c1e4c4 commit a9a5cec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_domain_cpp.py
Expand Up @@ -1000,8 +1000,7 @@ def test_domain_cpp_ast_attributes():
check('class', '{key}[[nodiscard]] Foo', {1: 'Foo', 2: '3Foo'}, key='class')
check('union', '{key}[[nodiscard]] Foo', {1: None, 2: '3Foo'}, key='union')
# position: enum
check('enum', '{key}[[nodiscard]] Foo', {1: None, 2: '3Foo', 3: '3Foo', 4: '3Foo'},
key='enum')
check('enum', '{key}[[nodiscard]] Foo', {1: None, 2: '3Foo'}, key='enum')


def test_domain_cpp_ast_xref_parsing():
Expand Down

0 comments on commit a9a5cec

Please sign in to comment.