IRBuilderTest.st
changeset 28 2eab5fdb9467
parent 26 db19d89eef60
child 30 1b7ff9c8c40b
--- a/IRBuilderTest.st	Mon Dec 28 16:20:44 2009 +0000
+++ b/IRBuilderTest.st	Mon Feb 15 17:55:26 2010 +0000
@@ -186,10 +186,10 @@
 
 !IRBuilderTest methodsFor:'testing'!
 
-halt
+error
         "Redefinition for testing the #send:toSuperOf:"
 
-    "Created: / 11-06-2008 / 16:08:52 / Jan Vrany <vranyj1@fel.cvut.cz>"
+    "Created: / 15-02-2010 / 16:20:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 isThisEverCalled
@@ -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: / 15-02-2010 / 16:20:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 testStorIntoVariable