Skip to content

Commit f207404

Browse files
committed
C++: Accept test changes
1 parent 0badcfd commit f207404

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

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

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4276,13 +4276,13 @@
42764276
| test.c:815:9:815:9 | (int)... | 2.0 |
42774277
| test.c:815:9:815:9 | n | 2.0 |
42784278
| test.c:818:10:818:10 | (int)... | 13.0 |
4279-
| test.c:818:10:818:10 | n | 13.0 |
4279+
| test.c:818:10:818:10 | n | 12.0 |
42804280
| test.c:818:10:818:15 | ... != ... | 1.0 |
42814281
| test.c:818:15:818:15 | 0 | 1.0 |
4282-
| test.c:819:5:819:5 | n | 13.0 |
4283-
| test.c:819:5:819:7 | ... -- | 13.0 |
4284-
| test.c:822:7:822:7 | (int)... | 13.0 |
4285-
| test.c:822:7:822:7 | n | 13.0 |
4282+
| test.c:819:5:819:5 | n | 12.0 |
4283+
| test.c:819:5:819:7 | ... -- | 12.0 |
4284+
| test.c:822:7:822:7 | (int)... | 12.0 |
4285+
| test.c:822:7:822:7 | n | 12.0 |
42864286
| test.c:826:7:826:7 | (int)... | 1.0 |
42874287
| test.c:826:7:826:7 | n | 1.0 |
42884288
| test.c:826:7:826:12 | ... != ... | 1.0 |
@@ -4569,19 +4569,15 @@
45694569
| test.cpp:95:12:95:16 | (reference dereference) | 1.0 |
45704570
| test.cpp:95:12:95:16 | alias | 1.0 |
45714571
| test.cpp:97:10:97:10 | (reference dereference) | 13.0 |
4572-
| test.cpp:97:10:97:10 | i | 13.0 |
45734572
| test.cpp:97:10:97:19 | ... <= ... | 1.0 |
45744573
| test.cpp:97:15:97:19 | 12345 | 1.0 |
45754574
| test.cpp:97:22:97:22 | (reference dereference) | 13.0 |
4576-
| test.cpp:97:22:97:22 | i | 13.0 |
45774575
| test.cpp:97:22:97:24 | ... ++ | 13.0 |
45784576
| test.cpp:98:5:98:5 | (reference dereference) | 1.0 |
45794577
| test.cpp:98:5:98:5 | i | 1.0 |
45804578
| test.cpp:98:5:98:9 | ... = ... | 13.0 |
45814579
| test.cpp:98:9:98:9 | (reference dereference) | 13.0 |
4582-
| test.cpp:98:9:98:9 | i | 13.0 |
45834580
| test.cpp:99:5:99:5 | (reference dereference) | 13.0 |
4584-
| test.cpp:99:5:99:5 | i | 13.0 |
45854581
| test.cpp:102:10:102:10 | 0 | 1.0 |
45864582
| test.cpp:106:7:106:7 | (int)... | 1.0 |
45874583
| test.cpp:106:7:106:7 | n | 1.0 |

0 commit comments

Comments
 (0)