RegressionTests__CompilerTests2.st
changeset 930 78e2acffdea6
parent 929 5c6f8d37f9ce
child 948 a28d3cfb7c43
equal deleted inserted replaced
929:5c6f8d37f9ce 930:78e2acffdea6
   417 
   417 
   418 !CompilerTests2 methodsFor:'setup'!
   418 !CompilerTests2 methodsFor:'setup'!
   419 
   419 
   420 setUp
   420 setUp
   421     methods := Set new.
   421     methods := Set new.
   422     enabledJIT := ObjectMemory justInTimeCompilation.
   422     enabledJIT := ObjectMemory justInTimeCompilation:true.
   423 
   423 
   424     "Created: / 25-04-2013 / 15:20:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   424     "Created: / 25-04-2013 / 15:20:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   425 !
   425 !
   426 
   426 
   427 tearDown
   427 tearDown