Skip to content
Snippets Groups Projects
Commit 630b33e3 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix test_freeze

parent 2bcd290c
No related merge requests found
Pipeline #61513 failed with stages
in 12 minutes and 48 seconds
#%%
import sympy as sp import sympy as sp
import pymbolic.primitives as pb import pymbolic.primitives as pb
...@@ -66,6 +65,3 @@ def test_freeze_fields(): ...@@ -66,6 +65,3 @@ def test_freeze_fields():
should = PsAssignment(PsLvalueExpr(lhs), PsExpression(rhs)) should = PsAssignment(PsLvalueExpr(lhs), PsExpression(rhs))
assert fasm == should assert fasm == should
#%%
test_freeze_fields()
\ No newline at end of file
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