summaryrefslogtreecommitdiff
path: root/BCT/RegressionTests/TranslationTest/GeneralHeapInput.txt
diff options
context:
space:
mode:
Diffstat (limited to 'BCT/RegressionTests/TranslationTest/GeneralHeapInput.txt')
-rw-r--r--BCT/RegressionTests/TranslationTest/GeneralHeapInput.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/BCT/RegressionTests/TranslationTest/GeneralHeapInput.txt b/BCT/RegressionTests/TranslationTest/GeneralHeapInput.txt
index e0498d9d..187ea10b 100644
--- a/BCT/RegressionTests/TranslationTest/GeneralHeapInput.txt
+++ b/BCT/RegressionTests/TranslationTest/GeneralHeapInput.txt
@@ -654,7 +654,7 @@ procedure RegressionTestInput.CreateStruct.Create($this: Ref) returns ($result:
-procedure RegressionTestInput.S.#default_ctor(this: Ref);
+procedure RegressionTestInput.S.#default_ctor($this: Ref);
@@ -1309,8 +1309,10 @@ implementation T$RegressionTestInput.NestedGeneric.#cctor()
-implementation {:inline 1} RegressionTestInput.S.#default_ctor(this: Ref)
+implementation {:inline 1} RegressionTestInput.S.#default_ctor($this: Ref)
{
+ $Heap := Write($Heap, $this, F$RegressionTestInput.S.x, Int2Box(0));
+ $Heap := Write($Heap, $this, F$RegressionTestInput.S.b, Bool2Box(false));
}