Skip to content

Commit 25149e7

Browse files
committed
C++: Update expected test results
1 parent 7ac26e8 commit 25149e7

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
| file://:0:0:0:0 | _Imaginary double |
2222
| file://:0:0:0:0 | _Imaginary float |
2323
| file://:0:0:0:0 | _Imaginary long double |
24+
| file://:0:0:0:0 | __SVCount_t |
2425
| file://:0:0:0:0 | __bf16 |
2526
| file://:0:0:0:0 | __float128 |
2627
| file://:0:0:0:0 | __fp16 |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
| file://:0:0:0:0 | _Imaginary double | 8 |
4242
| file://:0:0:0:0 | _Imaginary float | 4 |
4343
| file://:0:0:0:0 | _Imaginary long double | 16 |
44+
| file://:0:0:0:0 | __SVCount_t | 0 |
4445
| file://:0:0:0:0 | __attribute((vector_size(16))) int | 16 |
4546
| file://:0:0:0:0 | __bf16 | 2 |
4647
| file://:0:0:0:0 | __float128 | 16 |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
| file://:0:0:0:0 | _Imaginary double | _Imaginary double |
2424
| file://:0:0:0:0 | _Imaginary float | _Imaginary float |
2525
| file://:0:0:0:0 | _Imaginary long double | _Imaginary long double |
26+
| file://:0:0:0:0 | __SVCount_t | __SVCount_t |
2627
| file://:0:0:0:0 | __bf16 | __bf16 |
2728
| file://:0:0:0:0 | __float128 | __float128 |
2829
| file://:0:0:0:0 | __fp16 | __fp16 |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
| _Imaginary double | BinaryFloatingPointType, ImaginaryNumberType | | | | |
2323
| _Imaginary float | BinaryFloatingPointType, ImaginaryNumberType | | | | |
2424
| _Imaginary long double | BinaryFloatingPointType, ImaginaryNumberType | | | | |
25+
| __SVCount_t | ScalableVectorCount | | | | |
2526
| __bf16 | BinaryFloatingPointType, RealNumberType | | | | |
2627
| __float128 | Float128Type | | | | |
2728
| __fp16 | BinaryFloatingPointType, RealNumberType | | | | |

0 commit comments

Comments
 (0)