class: RegressionTests::STCCompilerTests
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 26 Jun 2014 11:44:55 +0200
changeset 1152 c9762558857f
parent 1151 8fafc9a108b9
child 1153 76b812a0759c
class: RegressionTests::STCCompilerTests removed: #longIntegerArray_i_element changed: #test_LongIntegeraArray_02
RegressionTests__STCCompilerTests.st
--- a/RegressionTests__STCCompilerTests.st	Thu Jun 26 11:20:12 2014 +0200
+++ b/RegressionTests__STCCompilerTests.st	Thu Jun 26 11:44:55 2014 +0200
@@ -451,6 +451,7 @@
 
 %{
                     __uint64__ val;
+                    console_printf("arr: arr = 0x%x\n", (INT)arr);
                     val.lo = 1; val.hi = 1;
                     val =  __LongIntegerArrayInstPtr(arr)->i_element[0];
                     console_printf("v1: val.lo = %d, val.hi = %d\n", val.lo, val.hi);
@@ -489,7 +490,7 @@
     "
 
     "Created: / 04-03-2014 / 10:21:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 26-06-2014 / 10:19:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 26-06-2014 / 10:44:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 test_SignedLongIntegeraArray_01