diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-01-29 00:40:39 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-01-29 02:27:24 +0100 |
commit | 0153dfe230c63a2ece4df5d1c4ed8231d58d3ea6 (patch) | |
tree | ca7d9c4f89da0ae333befab5b6da9c3d0dd55ec8 /tests/headers/divide-by-zero-in-struct-layout.h | |
parent | e0a0400e946a3786bfde0984386e9c235188043e (diff) |
ir: Account for packedness when computing bitfield sizes.
Fixes #1716
Diffstat (limited to 'tests/headers/divide-by-zero-in-struct-layout.h')
-rw-r--r-- | tests/headers/divide-by-zero-in-struct-layout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/headers/divide-by-zero-in-struct-layout.h b/tests/headers/divide-by-zero-in-struct-layout.h index 470250d3..7c500cb0 100644 --- a/tests/headers/divide-by-zero-in-struct-layout.h +++ b/tests/headers/divide-by-zero-in-struct-layout.h @@ -1,7 +1,7 @@ // bindgen-flags: --no-layout-tests // -// Unfortunately, we aren't translating the second and third structs correctly -// yet. But we definitely shouldn't divide-by-zero when we see it... +// Unfortunately, we aren't translating the third struct correctly yet. But we +// definitely shouldn't divide-by-zero when we see it... // // Once we fix #981 we should remove the `--no-layout-tests`. |