diff options
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`. |