CPP: Effect of changes on tests.

This commit is contained in:
Geoffrey White
2019-05-01 15:56:44 +01:00
parent 19e6b238b7
commit d2f386ccb7
2 changed files with 4 additions and 4 deletions

View File

@@ -433,10 +433,10 @@
| test.c:416:7:416:7 | i | -2.147483648E9 |
| test.c:418:3:418:3 | i | -2.147483648E9 |
| test.c:418:7:418:7 | j | -2.147483648E9 |
| test.c:419:7:419:7 | i | -2.147483648E9 |
| test.c:419:7:419:7 | i | 40.0 |
| test.c:421:3:421:3 | i | -2.147483648E9 |
| test.c:421:8:421:8 | j | 40.0 |
| test.c:422:7:422:7 | i | -2.147483648E9 |
| test.c:422:7:422:7 | i | 50.0 |
| test.c:424:3:424:3 | i | -2.147483648E9 |
| test.c:424:13:424:13 | j | -2.147483648E9 |
| test.c:425:7:425:7 | i | -2.147483648E9 |

View File

@@ -433,10 +433,10 @@
| test.c:416:7:416:7 | i | 2.147483647E9 |
| test.c:418:3:418:3 | i | 2.147483647E9 |
| test.c:418:7:418:7 | j | 2.147483647E9 |
| test.c:419:7:419:7 | i | 2.147483647E9 |
| test.c:419:7:419:7 | i | 40.0 |
| test.c:421:3:421:3 | i | 2.147483647E9 |
| test.c:421:8:421:8 | j | 40.0 |
| test.c:422:7:422:7 | i | 2.147483647E9 |
| test.c:422:7:422:7 | i | 50.0 |
| test.c:424:3:424:3 | i | 2.147483647E9 |
| test.c:424:13:424:13 | j | 2.147483647E9 |
| test.c:425:7:425:7 | i | 2.147483647E9 |