Skip to content

Commit 8a79cae

Browse files
gh-142: Fix passing/isub-pointer-writeback.pre
1 parent 133e70f commit 8a79cae

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

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

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

0 commit comments

Comments
 (0)