We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0+0 == 0
1 parent 4231bb1 commit 2837f98Copy full SHA for 2837f98
2 files changed
python/ql/test/library-tests/PointsTo/comparisons/PointsTo.expected
@@ -12,6 +12,10 @@
12
| 21 | file://:0:0:0:0 | bool True |
13
| 22 | file://:0:0:0:0 | bool False |
14
| 22 | file://:0:0:0:0 | bool True |
15
+| 24 | file://:0:0:0:0 | bool False |
16
+| 24 | file://:0:0:0:0 | bool True |
17
+| 25 | file://:0:0:0:0 | bool False |
18
+| 25 | file://:0:0:0:0 | bool True |
19
| 28 | file://:0:0:0:0 | bool False |
20
| 29 | file://:0:0:0:0 | bool False |
21
| 30 | file://:0:0:0:0 | bool True |
python/ql/test/library-tests/PointsTo/comparisons/test.py
@@ -21,8 +21,8 @@
len(unknown()) == len(unknown())
22
len(unknown()) < len(unknown())
23
24
-# 0+0 == 0
25
-# 0+1 == 0
+0+0 == 0
+0+1 == 0
26
27
#All ops
28
2 > 3
0 commit comments