Skip to content

Commit

Permalink
add more test for mult_by_const
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Apr 17, 2024
1 parent ea5cf27 commit 4ef1fb0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/qlassf/test_int.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,10 +499,12 @@ def test_mul5(self):
("ttype_i", "ttype_o", "const", "compiler"),
inject_parameterized_compilers(
[
(4, 4, 2),
(4, 4, 3),
(4, 4, 4),
(4, 4, 6),
(4, 6, 2),
(4, 6, 4),
(4, 6, 6),
(6, 8, 6),
(6, 8, 8),
(6, 8, 10),
]
),
)
Expand Down

0 comments on commit 4ef1fb0

Please sign in to comment.