diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2020-02-03 17:59:46 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2020-02-03 17:59:56 -0300 |
commit | c067e3258864d5c3bcaf03beee3ff6744cd03fae (patch) | |
tree | be4afe68c46ee28d84ab0082b3c4f01d6bba02db /testing/test_abdl.py | |
parent | e9f667fdb1cf4176d9bd62e7fbbecedb60cde008 (diff) |
Fix things up feature/predicates
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 |