Skip to content
Snippets Groups Projects
Commit f2b491b9 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix typo in counting fallback test

parent d5073041
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ def test_op_counter_triangular_domain(): ...@@ -164,7 +164,7 @@ def test_op_counter_triangular_domain():
expect_fallback = False expect_fallback = False
import islpy as isl import islpy as isl
try: try:
isl.BasicSet.carod isl.BasicSet.card
except AttributeError: except AttributeError:
expect_fallback = True expect_fallback = True
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment