diff options
Diffstat (limited to 'testing/test_abdl.py')
-rw-r--r-- | testing/test_abdl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_abdl.py b/testing/test_abdl.py index f9eedcc..2cea90d 100644 --- a/testing/test_abdl.py +++ b/testing/test_abdl.py @@ -15,7 +15,7 @@ import traceback abdl.DeprecationError.enable_key_match_compat = False # use abdl's _pairs for consistency. -pairs = abdl._pairs +pairs = abdl._vm._pairs # do not put integers, floats, etc here # do not put bytes, they iterate as integers |