Skip to content

Commit 2364e89

Browse files
committed
C++: Update expected test results
1 parent ecbdc4f commit 2364e89

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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/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)