RegressionTests__JITTest.st
changeset 1238 2c5be7c7e74c
parent 1237 37750bf2a462
child 1239 ac11a8dcd920
--- a/RegressionTests__JITTest.st	Thu Nov 13 15:11:22 2014 +0100
+++ b/RegressionTests__JITTest.st	Thu Nov 13 15:12:07 2014 +0100
@@ -492,23 +492,15 @@
 !
 
 testFailingValueHolderCode
-    self shouldnt:[
-        JITTest new tstValueHolderCode1.
-    ] raise:Exception.
+    self shouldnt:[ JITTest new tstValueHolderCode1 ] raise:Exception.
     self assert:(JITTest new tstValueHolderCode1 value = Date tomorrow).
     self class recompile:#tstValueHolderCode1.
-    self shouldnt:[
-        JITTest new tstValueHolderCode1.
-    ] raise:Exception.
+    self shouldnt:[ JITTest new tstValueHolderCode1 ] raise:Exception.
     self assert:(JITTest new tstValueHolderCode1 value = Date tomorrow).
 
-    self shouldnt:[
-        JITTest new tstValueHolderCode2.
-    ] raise:Exception.
+    self shouldnt:[ JITTest new tstValueHolderCode2 ] raise:Exception.
     self class recompile:#tstValueHolderCode2.
-    self shouldnt:[
-        JITTest new tstValueHolderCode2.
-    ] raise:Exception.
+    self shouldnt:[ JITTest new tstValueHolderCode2 ] raise:Exception.
 
     "
      self basicNew testFailingValueHolderCode