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.
1 parent e034b03 commit 525c200Copy full SHA for 525c200
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")
+ 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