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
@@ -1,16 +1,3 @@
== get_j ==
get() = 20
---------------------
l0:
<START> NEXT:[r(20)] PREV:[]
r(20) NEXT:[<END>] PREV:[<START>]
l1:
<END> NEXT:[<SINK>] PREV:[r(20)]
error:
<ERROR> NEXT:[<SINK>] PREV:[]
sink:
<SINK> NEXT:[] PREV:[<ERROR>, <END>]
=====================
== AnonymousInitializers ==
class AnonymousInitializers() {
val k = 34
@@ -59,3 +46,16 @@ error:
sink:
<SINK> NEXT:[] PREV:[<ERROR>, <END>]
=====================
== get_j ==
get() = 20
---------------------
l3:
<START> NEXT:[r(20)] PREV:[]
r(20) NEXT:[<END>] PREV:[<START>]
l4:
<END> NEXT:[<SINK>] PREV:[r(20)]
error:
<ERROR> NEXT:[<SINK>] PREV:[]
sink:
<SINK> NEXT:[] PREV:[<ERROR>, <END>]
=====================