aboutsummaryrefslogtreecommitdiff
path: root/tests/cases/phiself.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cases/phiself.py')
-rw-r--r--tests/cases/phiself.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cases/phiself.py b/tests/cases/phiself.py
new file mode 100644
index 00000000..db08f82a
--- /dev/null
+++ b/tests/cases/phiself.py
@@ -0,0 +1,2 @@
+assert '$phi' not in generated, 'we should optimize out self-phis'
+