Skip to content

Commit

Permalink
Update hints_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan-M-V authored Nov 16, 2022
1 parent f79bc1e commit 0c6e440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hints_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_program(program_name: str):
test_program("memset")
test_program("dict_new")
test_program("dict_read")
test_program("dict_write") # ValueError: Custom Hint Error: AttributeError: 'PyTypeId' object has no attribute 'segment_index'
test_program("dict_write")
test_program("dict_update")
test_program("default_dict_new")
# test_program("squash_dict") # ValueError: Custom Hint Error: ValueError: Failed to get ids value
Expand Down

0 comments on commit 0c6e440

Please sign in to comment.