Skip to content
Snippets Groups Projects
Commit 84d81234 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Fix bug in test

parent f6bb5f02
No related branches found
No related tags found
No related merge requests found
Pipeline #18330 passed with warnings
......@@ -14,7 +14,7 @@ class BogusDeclaration(pystencils.astnodes.Node):
@property
def args(self):
"""Returns all arguments/children of this node."""
raise set()
return set()
@property
def symbols_defined(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment