summaryrefslogtreecommitdiff
path: root/python/common.py
diff options
context:
space:
mode:
authorAleksander Sadikov <sasha@fri.uni-lj.si>2015-09-22 17:58:09 +0200
committerAleksander Sadikov <sasha@fri.uni-lj.si>2015-09-22 17:58:09 +0200
commit76639241146ac5655ae04ea773ada420adb15295 (patch)
treec423e8a2b0ad1694e779743aae0ffe8e1fb925fb /python/common.py
parentc50452d81b08d54b734f1da73b736bfbc2997215 (diff)
parentba4bee9a9a508eb1a686808241559b331f2d33ea (diff)
Merge branch 'master' of ssh://212.235.189.51:22122/codeq-problems
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):