Skip to content

Commit

Permalink
fix an obvious error in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
dours committed Oct 6, 2022
1 parent 089cf1d commit a29da13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python: |
class c:
attr = 1
c.attr += 1
checkTargetC = c.attr == 1
checkTargetC = c.attr == 2
a = [0, 1]
a[0] += 1
Expand Down

0 comments on commit a29da13

Please sign in to comment.