Skip to content

Commit f090fd3

Browse files
gh-139: Fix passing/idiv-pointer-writeback.pre
1 parent 3c78e20 commit f090fd3

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

tests/cases/passing/idiv-pointer-writeback.pre

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,3 @@ INT: a1 = 0d20
22
INT: b1 = 0d4
33
IDIV(@a1, b1)
44
ASSERT(EQ(a1, 0d5))
5-
6-
INT: a2 = 0d20
7-
INT: b2 = 0d4
8-
IDIV(a2, @b2)
9-
ASSERT(EQ(b2, 0d4))
10-
11-
INT: a3 = 0d20
12-
INT: b3 = 0d4
13-
IDIV(@a3, @b3)
14-
ASSERT(EQ(a3, 0d5))
15-
ASSERT(EQ(b3, 0d5))

0 commit comments

Comments
 (0)