commit | 505ca0bfa52845fb7793b9f2a808c7c5aa4677fd | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Mar 20 10:18:22 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Mar 20 11:40:36 2023 -0600 |
tree | 09a9c94ed36ff8858911fe8185978ccae7120139 | |
parent | 80d6c79866f16cb2e184ea4952e2ca7f797dee44 [diff] |
Update python-helper.exp for type allocation changes The type allocation changes introduced a failure in python-helper.exp that I did not notice. The bug is that, with these patches, arch-allocated integer types have a TYPE_SPECIFIC_INT object attached. This patch updates the test to allow this. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30253