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

Fix bug in test

parent f6bb5f02
Branches
Tags
No related merge requests found
...@@ -14,7 +14,7 @@ class BogusDeclaration(pystencils.astnodes.Node): ...@@ -14,7 +14,7 @@ class BogusDeclaration(pystencils.astnodes.Node):
@property @property
def args(self): def args(self):
"""Returns all arguments/children of this node.""" """Returns all arguments/children of this node."""
raise set() return set()
@property @property
def symbols_defined(self): def symbols_defined(self):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment