diff --git a/tests/nbackend/kernelcreation/test_freeze.py b/tests/nbackend/kernelcreation/test_freeze.py index 7e9f397fd4b9f5f7efb38a9295db882bdf97658e..2d608ac8bb2cc3d9bd2f1c08621540d1e5e60b07 100644 --- a/tests/nbackend/kernelcreation/test_freeze.py +++ b/tests/nbackend/kernelcreation/test_freeze.py @@ -1,4 +1,3 @@ -#%% import sympy as sp import pymbolic.primitives as pb @@ -66,6 +65,3 @@ def test_freeze_fields(): should = PsAssignment(PsLvalueExpr(lhs), PsExpression(rhs)) assert fasm == should - -#%% -test_freeze_fields() \ No newline at end of file