Skip to content

Commit

Permalink
fixes a typo. renames vector_object into class_Vector
Browse files Browse the repository at this point in the history
  • Loading branch information
chibash committed Jan 27, 2025
1 parent a437dae commit 42ab4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microcontroller/core/test/c-runtime-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ void test_nested_root_set() {
Assert_equals(heap_memory[3], 2);
Assert_equals(heap_memory[6], 32);
Assert_equals(heap_memory[7], 22);
Assert_pequals(get_objects_class((pointer_t)&heap_memory[28]), &vector_object);
Assert_pequals(get_objects_class((pointer_t)&heap_memory[28]), &class_Vector);
Assert_equals(heap_memory[32], heap_size);
Assert_equals(heap_memory[33], heap_size - 32);

Expand Down

0 comments on commit 42ab4f0

Please sign in to comment.