Skip to content

Commit afb2764

Browse files
committed
C++: Update expected test results after extractor changes
1 parent 634e9e6 commit afb2764

File tree

9 files changed

+4
-37
lines changed

9 files changed

+4
-37
lines changed

cpp/ql/test/library-tests/builtins/types/types.c

Lines changed: 0 additions & 5 deletions
This file was deleted.

cpp/ql/test/library-tests/builtins/types/types.expected

Lines changed: 0 additions & 7 deletions
This file was deleted.

cpp/ql/test/library-tests/builtins/types/types.ql

Lines changed: 0 additions & 5 deletions
This file was deleted.

cpp/ql/test/library-tests/literals/literals/literals.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11

2-
double dd = 1.0d;
3-
double dD = 1.0D;
42
double df = 1.0f;
53
double dF = 1.0F;
64
double di = 1.0i;
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
| literals.c:2:13:2:16 | 1.0 |
22
| literals.c:3:13:3:16 | 1.0 |
3-
| literals.c:4:13:4:16 | 1.0 |
4-
| literals.c:5:13:5:16 | 1.0 |
3+
| literals.c:4:13:4:16 | (0.0,1.0i) |
4+
| literals.c:5:13:5:16 | (0.0,1.0i) |
55
| literals.c:6:13:6:16 | (0.0,1.0i) |
66
| literals.c:7:13:7:16 | (0.0,1.0i) |
7-
| literals.c:8:13:8:16 | (0.0,1.0i) |
8-
| literals.c:9:13:9:16 | (0.0,1.0i) |
7+
| literals.c:8:13:8:16 | 1.0 |
8+
| literals.c:9:13:9:16 | 1.0 |
99
| literals.c:10:13:10:16 | 1.0 |
1010
| literals.c:11:13:11:16 | 1.0 |
1111
| literals.c:12:13:12:16 | 1.0 |
1212
| literals.c:13:13:13:16 | 1.0 |
13-
| literals.c:14:13:14:16 | 1.0 |
14-
| literals.c:15:13:15:16 | 1.0 |

cpp/ql/test/library-tests/templates/type_instantiations/types.expected

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
| file://:0:0:0:0 | _Complex float |
1313
| file://:0:0:0:0 | _Complex long double |
1414
| file://:0:0:0:0 | _Complex std::float16_t |
15-
| file://:0:0:0:0 | _Decimal32 |
16-
| file://:0:0:0:0 | _Decimal64 |
17-
| file://:0:0:0:0 | _Decimal128 |
1815
| file://:0:0:0:0 | _Float16 |
1916
| file://:0:0:0:0 | _Float32 |
2017
| file://:0:0:0:0 | _Float32x |

cpp/ql/test/library-tests/type_sizes/type_sizes.expected

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
| file://:0:0:0:0 | _Complex float | 8 |
3333
| file://:0:0:0:0 | _Complex long double | 32 |
3434
| file://:0:0:0:0 | _Complex std::float16_t | 4 |
35-
| file://:0:0:0:0 | _Decimal32 | 4 |
36-
| file://:0:0:0:0 | _Decimal64 | 8 |
37-
| file://:0:0:0:0 | _Decimal128 | 16 |
3835
| file://:0:0:0:0 | _Float16 | 2 |
3936
| file://:0:0:0:0 | _Float32 | 4 |
4037
| file://:0:0:0:0 | _Float32x | 8 |

cpp/ql/test/library-tests/unspecified_type/types/unspecified_type.expected

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
| file://:0:0:0:0 | _Complex float | _Complex float |
1515
| file://:0:0:0:0 | _Complex long double | _Complex long double |
1616
| file://:0:0:0:0 | _Complex std::float16_t | _Complex std::float16_t |
17-
| file://:0:0:0:0 | _Decimal32 | _Decimal32 |
18-
| file://:0:0:0:0 | _Decimal64 | _Decimal64 |
19-
| file://:0:0:0:0 | _Decimal128 | _Decimal128 |
2017
| file://:0:0:0:0 | _Float16 | _Float16 |
2118
| file://:0:0:0:0 | _Float32 | _Float32 |
2219
| file://:0:0:0:0 | _Float32x | _Float32x |

cpp/ql/test/library-tests/variables/variables/types.expected

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
| _Complex float | BinaryFloatingPointType, ComplexNumberType, GuardConditionImpl | | | | |
1414
| _Complex long double | BinaryFloatingPointType, ComplexNumberType, GuardConditionImpl | | | | |
1515
| _Complex std::float16_t | BinaryFloatingPointType, ComplexNumberType, GuardConditionImpl | | | | |
16-
| _Decimal32 | Decimal32Type, GuardConditionImpl | | | | |
17-
| _Decimal64 | Decimal64Type, GuardConditionImpl | | | | |
18-
| _Decimal128 | Decimal128Type, GuardConditionImpl | | | | |
1916
| _Float16 | BinaryFloatingPointType, GuardConditionImpl, RealNumberType | | | | |
2017
| _Float32 | BinaryFloatingPointType, GuardConditionImpl, RealNumberType | | | | |
2118
| _Float32x | BinaryFloatingPointType, GuardConditionImpl, RealNumberType | | | | |

0 commit comments

Comments
 (0)