tests/IRBuilderTest.st
changeset 46 2fb37cf149fb
parent 44 840c68a91cdd
--- a/tests/IRBuilderTest.st	Thu Oct 30 22:42:40 2014 +0000
+++ b/tests/IRBuilderTest.st	Thu Oct 30 22:45:30 2014 +0000
@@ -668,7 +668,7 @@
                 numRargs:1;
                 addTemps:#( #self );
                 pushReceiver;
-                send:#halt toSuperOf:IRBuilderTest;
+                send:#error toSuperOf:IRBuilderTest;
                 returnTop;
                 ir.
     aCompiledMethod := iRMethod compiledCode.
@@ -680,6 +680,7 @@
         raise:Error.
 
     "Modified: / 11-06-2008 / 16:09:12 / Jan Vrany <vranyj1@fel.cvut.cz>"
+    "Modified: / 30-10-2014 / 22:44:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 testStorIntoVariable
@@ -1025,6 +1026,11 @@
     ^ 'Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRBuilderTest.st,v 1.3 2009/10/08 12:03:51 fm Exp '
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '$Id::                                                                                                                        $'
 ! !