Skip to content

Commit f910906

Browse files
committed
C++: Update expected test results
1 parent 691e462 commit f910906

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
@@ -25,6 +25,7 @@
2525
| file://:0:0:0:0 | __float128 |
2626
| file://:0:0:0:0 | __fp16 |
2727
| file://:0:0:0:0 | __int128 |
28+
| file://:0:0:0:0 | __mfp8 |
2829
| file://:0:0:0:0 | __va_list_tag |
2930
| file://:0:0:0:0 | __va_list_tag & |
3031
| file://:0:0:0:0 | __va_list_tag && |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
| file://:0:0:0:0 | __float128 | 16 |
4747
| file://:0:0:0:0 | __fp16 | 2 |
4848
| file://:0:0:0:0 | __int128 | 16 |
49+
| file://:0:0:0:0 | __mfp8 | 1 |
4950
| file://:0:0:0:0 | __va_list_tag | 24 |
5051
| file://:0:0:0:0 | __va_list_tag & | 8 |
5152
| file://:0:0:0:0 | __va_list_tag && | 8 |

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
@@ -27,6 +27,7 @@
2727
| file://:0:0:0:0 | __float128 | __float128 |
2828
| file://:0:0:0:0 | __fp16 | __fp16 |
2929
| file://:0:0:0:0 | __int128 | __int128 |
30+
| file://:0:0:0:0 | __mfp8 | __mfp8 |
3031
| file://:0:0:0:0 | __va_list_tag & | __va_list_tag & |
3132
| file://:0:0:0:0 | __va_list_tag && | __va_list_tag && |
3233
| file://:0:0:0:0 | auto | auto |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
| __float128 | Float128Type | | | | |
2727
| __fp16 | BinaryFloatingPointType, RealNumberType | | | | |
2828
| __int128 | Int128Type | | | | |
29+
| __mfp8 | BinaryFloatingPointType, RealNumberType | | | | |
2930
| __va_list_tag | DirectAccessHolder, MetricClass, Struct, StructLikeClass | | | | |
3031
| __va_list_tag & | LValueReferenceType, PointerOrArrayOrReferenceType, PointerOrArrayOrReferenceTypeIndirection | | __va_list_tag | | |
3132
| __va_list_tag && | PointerOrArrayOrReferenceType, PointerOrArrayOrReferenceTypeIndirection, RValueReferenceType | | __va_list_tag | | |

0 commit comments

Comments
 (0)