Skip to content

Commit 282ca10

Browse files
committed
C++: Accept test changes after improving size of _Float128 in frontend
1 parent e215c4c commit 282ca10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
| file://:0:0:0:0 | _Float64 | 8 |
3232
| file://:0:0:0:0 | _Float64x | 16 |
3333
| file://:0:0:0:0 | _Float128 | 16 |
34-
| file://:0:0:0:0 | _Float128x | 16 |
34+
| file://:0:0:0:0 | _Float128x | 32 |
3535
| file://:0:0:0:0 | _Imaginary double | 8 |
3636
| file://:0:0:0:0 | _Imaginary float | 4 |
3737
| file://:0:0:0:0 | _Imaginary long double | 16 |

0 commit comments

Comments
 (0)