Minor: revert changes in StackValue and fix tes data.

(this commit should be reverted after make Unit object)
This commit is contained in:
Zalim Bashorov
2014-07-10 23:40:14 +04:00
parent 9b36327046
commit dc68d78d9d
5 changed files with 22 additions and 35 deletions
@@ -268,8 +268,8 @@ fun t11() {
}
}
---------------------
1 <v0>: * NEW: r(1) -> <v0>
2 <v1>: Unit NEW: r(2) -> <v1>
1 <v0>: * NEW: r(1) -> <v0>
2 <v1>: {<: Unit} NEW: r(2) -> <v1>
=====================
== t12 ==
fun t12() : Int {
+1 -1
View File
@@ -8,5 +8,5 @@ tailRecursive fun foo() {
}
---------------------
<v1>: {<: Throwable} NEW: magic[FAKE_INITIALIZER](e: Throwable) -> <v1>
foo() <v0>: Unit NEW: call(foo(), foo) -> <v0>
foo() <v0>: {<: Unit} NEW: call(foo(), foo) -> <v0>
=====================