*** empty log message ***
authorsr
Tue, 10 Oct 2017 16:01:29 +0200
changeset 1750 d889478176b6
parent 1749 eba3d2655254
child 1751 b025e8468c85
*** empty log message ***
RegressionTests__JITTest.st
--- a/RegressionTests__JITTest.st	Tue Oct 10 15:56:12 2017 +0200
+++ b/RegressionTests__JITTest.st	Tue Oct 10 16:01:29 2017 +0200
@@ -4010,38 +4010,38 @@
 !
 
 tstPlusUndef1
+    "
+	code in comment to be able to compile it
+	
     |l1 l2|
 
     ^ l1 + l2
-
-    "
-     JITTest new tstPlusUndef1
     "
 
     "Created: 16.8.1996 / 17:39:44 / cg"
 !
 
 tstPlusUndef2
+    "
+	code in comment to be able to compile it
+	
     |l1 l2|
 
     l1 := 1.
     ^ l1 + l2
-
-    "
-     JITTest new tstPlusUndef2
     "
 
     "Created: 16.8.1996 / 17:39:44 / cg"
 !
 
 tstPlusUndef3
+    "
+	code in comment to be able to compile it
+	
     |l1 l2|
 
     l1 := 1.
     ^ l1 + l2
-
-    "
-     JITTest new tstPlusUndef3
     "
 
     "Created: 16.8.1996 / 17:39:44 / cg"