checkin from browser
authorClaus Gittinger <cg@exept.de>
Sat, 07 Oct 2000 17:50:09 +0200
changeset 86 bd4a8dc29225
parent 85 c3c03802bffb
child 87 93fcd29f4c9a
checkin from browser
RegressionTests__CompilerTest.st
--- a/RegressionTests__CompilerTest.st	Mon Oct 02 18:26:23 2000 +0200
+++ b/RegressionTests__CompilerTest.st	Sat Oct 07 17:50:09 2000 +0200
@@ -916,8 +916,9 @@
 
     "
      self new retLocalB                    
-     1000000 timesRepeat:[self new retInstVar] 
+     1000000 timesRepeat:[self new retLocalB] 
      Time millisecondsToRun:[ 1000000 timesRepeat:[self new retInstVar] ]  
+     Time millisecondsToRun:[ 1000000 timesRepeat:[self new retLocalB] ]  
     "
 
     "