RegressionTests__JITTest.st
changeset 1750 d889478176b6
parent 1447 2351db93aa5b
child 1829 6f6726b4e8c0
--- 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"