Skip to content

Commit c9c4125

Browse files
committed
C++: Update test results in SimpleRangeAnalysis
1 parent 3437cf2 commit c9c4125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/test/library-tests/rangeanalysis/SimpleRangeAnalysis/upperBound.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@
601601
| test.c:689:7:689:7 | x | 15 |
602602
| test.c:696:8:696:8 | x | 2147483647 |
603603
| test.c:696:12:696:12 | y | 256 |
604-
| test.c:697:9:697:9 | x | 256 |
605-
| test.c:698:9:698:9 | y | -2147483135 |
604+
| test.c:697:9:697:9 | x | 2147483647 |
605+
| test.c:698:9:698:9 | y | 256 |
606606
| test.cpp:10:7:10:7 | b | 2147483647 |
607607
| test.cpp:11:5:11:5 | x | 2147483647 |
608608
| test.cpp:13:10:13:10 | x | 2147483647 |

0 commit comments

Comments
 (0)