Merge pull request #700 from ifilippov/alloy

Correction of checking tools in testing environment
This commit is contained in:
Dmitry Babokin
2013-12-26 05:02:01 -08:00

3
common.py Normal file → Executable file
View File

@@ -121,4 +121,7 @@ def check_tools(m):
if int(t11[j])<input_tools[t][0][j]:
error(input_tools[t][2], m)
ret = 0
break
if int(t11[j])>input_tools[t][0][j]:
break
return ret