diff options
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite.py b/testsuite.py index 29d5860..9909e1e 100644 --- a/testsuite.py +++ b/testsuite.py @@ -2091,8 +2091,7 @@ def test_sanity(conf, arch, srcarch): sym.type sym.visibility - # Cheat with internals - for choice in conf._choices: + for choice in conf.choices: for sym in choice.syms: verify(sym.choice is choice, "{0} is in choice.syms but 'sym.choice' is not the choice" |
