We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92fd3b2 + 0c6e440 commit e72e2f4Copy full SHA for e72e2f4
hints_tests.py
@@ -33,7 +33,7 @@ def test_program(program_name: str):
33
test_program("memset")
34
test_program("dict_new")
35
test_program("dict_read")
36
- test_program("dict_write") # ValueError: Custom Hint Error: AttributeError: 'PyTypeId' object has no attribute 'segment_index'
+ test_program("dict_write")
37
test_program("dict_update")
38
test_program("default_dict_new")
39
# test_program("squash_dict") # ValueError: Custom Hint Error: ValueError: Failed to get ids value
0 commit comments