Skip to content

Commit d2f386c

Browse files
committed
CPP: Effect of changes on tests.
1 parent 19e6b23 commit d2f386c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,10 +433,10 @@
433433
| test.c:416:7:416:7 | i | -2.147483648E9 |
434434
| test.c:418:3:418:3 | i | -2.147483648E9 |
435435
| test.c:418:7:418:7 | j | -2.147483648E9 |
436-
| test.c:419:7:419:7 | i | -2.147483648E9 |
436+
| test.c:419:7:419:7 | i | 40.0 |
437437
| test.c:421:3:421:3 | i | -2.147483648E9 |
438438
| test.c:421:8:421:8 | j | 40.0 |
439-
| test.c:422:7:422:7 | i | -2.147483648E9 |
439+
| test.c:422:7:422:7 | i | 50.0 |
440440
| test.c:424:3:424:3 | i | -2.147483648E9 |
441441
| test.c:424:13:424:13 | j | -2.147483648E9 |
442442
| test.c:425:7:425:7 | i | -2.147483648E9 |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,10 +433,10 @@
433433
| test.c:416:7:416:7 | i | 2.147483647E9 |
434434
| test.c:418:3:418:3 | i | 2.147483647E9 |
435435
| test.c:418:7:418:7 | j | 2.147483647E9 |
436-
| test.c:419:7:419:7 | i | 2.147483647E9 |
436+
| test.c:419:7:419:7 | i | 40.0 |
437437
| test.c:421:3:421:3 | i | 2.147483647E9 |
438438
| test.c:421:8:421:8 | j | 40.0 |
439-
| test.c:422:7:422:7 | i | 2.147483647E9 |
439+
| test.c:422:7:422:7 | i | 50.0 |
440440
| test.c:424:3:424:3 | i | 2.147483647E9 |
441441
| test.c:424:13:424:13 | j | 2.147483647E9 |
442442
| test.c:425:7:425:7 | i | 2.147483647E9 |

0 commit comments

Comments
 (0)