diff options
Diffstat (limited to '')
| -rwxr-xr-x | test/core/test_types.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/test_types.py b/test/core/test_types.py index 0b5f6baa..92867748 100755 --- a/test/core/test_types.py +++ b/test/core/test_types.py @@ -79,7 +79,7 @@ set_allocator(my_heap.vm_alloc) # Ptr tests ## Setup for Ptr tests -# the addr field can now be omited since allocator is set +# the addr field can now be omitted since allocator is set other = OtherStruct(jitter.vm) other.foo = 0x1234 assert other.foo == 0x1234 |