diff --git a/cpp/ql/test/library-tests/type_sizes/type_sizes.expected b/cpp/ql/test/library-tests/type_sizes/type_sizes.expected index 12a38db4f930..02d91f1b7011 100644 --- a/cpp/ql/test/library-tests/type_sizes/type_sizes.expected +++ b/cpp/ql/test/library-tests/type_sizes/type_sizes.expected @@ -60,7 +60,7 @@ | file://:0:0:0:0 | const char[5] | 5 | | file://:0:0:0:0 | decltype(nullptr) | 8 | | file://:0:0:0:0 | double | 8 | -| file://:0:0:0:0 | error | 0 | +| file://:0:0:0:0 | error | 1 | | file://:0:0:0:0 | float | 4 | | file://:0:0:0:0 | int | 4 | | file://:0:0:0:0 | int & | 8 | @@ -78,7 +78,7 @@ | file://:0:0:0:0 | signed long | 8 | | file://:0:0:0:0 | signed long long | 8 | | file://:0:0:0:0 | signed short | 2 | -| file://:0:0:0:0 | unknown | 0 | +| file://:0:0:0:0 | unknown | 1 | | file://:0:0:0:0 | unsigned __int128 | 16 | | file://:0:0:0:0 | unsigned char | 1 | | file://:0:0:0:0 | unsigned int | 4 |