Skip to content

Commit 434e11c

Browse files
author
Dave Bartolomeo
committed
C++: Fix test output
1 parent 39dd9b7 commit 434e11c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
| ..()(..) | RoutineType | | | | |
22
| ..(*)(..) | FunctionPointerType | | ..()(..) | | |
3-
| _Complex __float128 | FloatingPointType | | | | |
4-
| _Complex double | FloatingPointType | | | | |
5-
| _Complex float | FloatingPointType | | | | |
6-
| _Complex long double | FloatingPointType | | | | |
3+
| _Complex __float128 | BinaryFloatingPointType, ComplexNumberType | | | | |
4+
| _Complex double | BinaryFloatingPointType, ComplexNumberType | | | | |
5+
| _Complex float | BinaryFloatingPointType, ComplexNumberType | | | | |
6+
| _Complex long double | BinaryFloatingPointType, ComplexNumberType | | | | |
77
| _Decimal32 | Decimal32Type | | | | |
88
| _Decimal64 | Decimal64Type | | | | |
99
| _Decimal128 | Decimal128Type | | | | |
10-
| _Float32 | FloatingPointType | | | | |
11-
| _Float32x | FloatingPointType | | | | |
12-
| _Float64 | FloatingPointType | | | | |
13-
| _Float64x | FloatingPointType | | | | |
14-
| _Float128 | FloatingPointType | | | | |
15-
| _Float128x | FloatingPointType | | | | |
16-
| _Imaginary double | FloatingPointType | | | | |
17-
| _Imaginary float | FloatingPointType | | | | |
18-
| _Imaginary long double | FloatingPointType | | | | |
10+
| _Float32 | BinaryFloatingPointType, RealNumberType | | | | |
11+
| _Float32x | BinaryFloatingPointType, RealNumberType | | | | |
12+
| _Float64 | BinaryFloatingPointType, RealNumberType | | | | |
13+
| _Float64x | BinaryFloatingPointType, RealNumberType | | | | |
14+
| _Float128 | BinaryFloatingPointType, RealNumberType | | | | |
15+
| _Float128x | BinaryFloatingPointType, RealNumberType | | | | |
16+
| _Imaginary double | BinaryFloatingPointType, ImaginaryNumberType | | | | |
17+
| _Imaginary float | BinaryFloatingPointType, ImaginaryNumberType | | | | |
18+
| _Imaginary long double | BinaryFloatingPointType, ImaginaryNumberType | | | | |
1919
| __float128 | Float128Type | | | | |
2020
| __int128 | Int128Type | | | | |
2121
| __va_list_tag | DirectAccessHolder, MetricClass, Struct, StructLikeClass | | | | |

0 commit comments

Comments
 (0)