class: RegressionTests::CompilerTests2
authorStefan Vogel <sv@exept.de>
Sat, 11 May 2013 20:36:53 +0200
changeset 930 78e2acffdea6
parent 929 5c6f8d37f9ce
child 931 029ddee933b3
class: RegressionTests::CompilerTests2 class definition ensure, that JIT is enabled
RegressionTests__CompilerTests2.st
--- a/RegressionTests__CompilerTests2.st	Fri May 10 19:23:19 2013 +0200
+++ b/RegressionTests__CompilerTests2.st	Sat May 11 20:36:53 2013 +0200
@@ -419,7 +419,7 @@
 
 setUp
     methods := Set new.
-    enabledJIT := ObjectMemory justInTimeCompilation.
+    enabledJIT := ObjectMemory justInTimeCompilation:true.
 
     "Created: / 25-04-2013 / 15:20:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !