Skip to content

Commit 525c200

Browse files
committed
Uncomment test
1 parent e034b03 commit 525c200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hints_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_program(program_name: str):
3333
test_program("memset")
3434
test_program("dict_new")
3535
test_program("dict_read")
36-
#test_program("dict_write")
36+
test_program("dict_write")
3737
test_program("dict_update")
3838
test_program("default_dict_new")
3939
# test_program("squash_dict") # ValueError: Custom Hint Error: ValueError: Failed to get ids value

0 commit comments

Comments
 (0)