fixed test after changed type inference error message

changed order or 'found' and 'required' types
This commit is contained in:
Svetlana Isakova
2013-08-27 18:02:36 +04:00
parent fa9959cdb5
commit ae086d883f
2 changed files with 16 additions and 16 deletions
@@ -3,6 +3,14 @@
Type inference failed. Expected type mismatch: <table>
<tr>
<td>
required: </td>
<td>
<b>
jet.Int</b>
</td>
</tr>
<tr>
<td>
found: </td>
<td>
<font color=red>
@@ -11,13 +19,5 @@ jet.Long</b>
</font>
</td>
</tr>
<tr>
<td>
required: </td>
<td>
<b>
jet.Int</b>
</td>
</tr>
</table>
</html>
@@ -3,6 +3,14 @@
Type inference failed. Expected type mismatch: <table>
<tr>
<td>
required: </td>
<td>
<b>
jet.Byte</b>
</td>
</tr>
<tr>
<td>
found: </td>
<td>
<font color=red>
@@ -11,13 +19,5 @@ jet.Int</b>
</font>
</td>
</tr>
<tr>
<td>
required: </td>
<td>
<b>
jet.Byte</b>
</td>
</tr>
</table>
</html>