diff options
| author | Alexander Taylor <alex@vector35.com> | 2023-02-08 19:33:15 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2023-02-08 19:33:15 -0500 |
| commit | c88a003ef6ee32ced421263d17dd29a7e1455c35 (patch) | |
| tree | d7c9e1489507e8215c08918db09a2b175b46f285 /suite/api_test.py | |
| parent | 0631afabdd324493f60b107b94f15849a9844ec7 (diff) | |
More surgical fix that actually passes unit tests.
Fix for #3842.
Diffstat (limited to 'suite/api_test.py')
| -rw-r--r-- | suite/api_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/suite/api_test.py b/suite/api_test.py index 9e5431ac..0d32584b 100644 --- a/suite/api_test.py +++ b/suite/api_test.py @@ -2608,7 +2608,7 @@ class TestBinaryView(TestWithBinaryView): dv3.symbol = Symbol(SymbolType.ImportedDataSymbol, dv3.address, "foobar") assert dv3.name == "foobar" assert dv3.symbol.type == SymbolType.ImportedDataSymbol - assert len(dv3._sdv) == 52 + assert len(dv3._accessor) == 52 dv.type = dv2.type assert dv.type.type_class == dv2.type.type_class assert dv.auto_discovered |
