diff -r 45902cde2ab1 -r 2eab5fdb9467 IRBuilderTest.st --- 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 " + "Created: / 15-02-2010 / 16:20:57 / Jan Vrany " ! 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 " + "Modified: / 15-02-2010 / 16:20:44 / Jan Vrany " ! testStorIntoVariable