summaryrefslogtreecommitdiff
path: root/python/common.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-22 17:28:25 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-22 17:28:25 +0200
commitba4bee9a9a508eb1a686808241559b331f2d33ea (patch)
tree1e62fc15c369c6250fd8330306bbf85c5168a9d9 /python/common.py
parentcb71b2083b2f87b2f0466577dbe3e11efe22410c (diff)
Added Greatest Negative problem.
Diffstat (limited to 'python/common.py')
-rw-r--r--python/common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/common.py b/python/common.py
index 2b66aff..e4de997 100644
--- a/python/common.py
+++ b/python/common.py
@@ -13,6 +13,8 @@ hint_type = {
'error': Hint('error'),
'eof_error': Hint('eof_error'),
'timed_out': Hint('timed_out'),
+ 'problematic_test_case': Hint('problematic_test_case'),
+ 'no_func_name': Hint('no_func_name')
}
def hint(python, program):