order of declaration changed in tests

This commit is contained in:
Svetlana Isakova
2012-05-26 12:46:38 +04:00
parent 0bf65bfe1e
commit 7a02cfcd25
4 changed files with 143 additions and 191 deletions
+13 -13
View File
@@ -1,16 +1,3 @@
== anonymous_0 ==
{1}
---------------------
l3:
<START> NEXT:[r(1)] PREV:[]
r(1) NEXT:[<END>] PREV:[<START>]
l4:
<END> NEXT:[<SINK>] PREV:[r(1)]
error:
<ERROR> NEXT:[<SINK>] PREV:[]
sink:
<SINK> NEXT:[] PREV:[<ERROR>, <END>]
=====================
== f ==
fun f(a : Boolean) : Unit {
1
@@ -91,6 +78,19 @@ error:
sink:
<SINK> NEXT:[] PREV:[<ERROR>, <END>]
=====================
== anonymous_0 ==
{1}
---------------------
l3:
<START> NEXT:[r(1)] PREV:[]
r(1) NEXT:[<END>] PREV:[<START>]
l4:
<END> NEXT:[<SINK>] PREV:[r(1)]
error:
<ERROR> NEXT:[<SINK>] PREV:[]
sink:
<SINK> NEXT:[] PREV:[<ERROR>, <END>]
=====================
== foo ==
fun foo(a : Boolean, b : Int) : Unit {}
---------------------