Skip to content

Commit d4f9b5e

Browse files
committed
C++: update expected sizes of error and unknown types to be 1 byte
1 parent 6c73964 commit d4f9b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
| file://:0:0:0:0 | const char[5] | 5 |
6161
| file://:0:0:0:0 | decltype(nullptr) | 8 |
6262
| file://:0:0:0:0 | double | 8 |
63-
| file://:0:0:0:0 | error | 0 |
63+
| file://:0:0:0:0 | error | 1 |
6464
| file://:0:0:0:0 | float | 4 |
6565
| file://:0:0:0:0 | int | 4 |
6666
| file://:0:0:0:0 | int & | 8 |
@@ -78,7 +78,7 @@
7878
| file://:0:0:0:0 | signed long | 8 |
7979
| file://:0:0:0:0 | signed long long | 8 |
8080
| file://:0:0:0:0 | signed short | 2 |
81-
| file://:0:0:0:0 | unknown | 0 |
81+
| file://:0:0:0:0 | unknown | 1 |
8282
| file://:0:0:0:0 | unsigned __int128 | 16 |
8383
| file://:0:0:0:0 | unsigned char | 1 |
8484
| file://:0:0:0:0 | unsigned int | 4 |

0 commit comments

Comments
 (0)