Fixed CompilerTests2>>test_argAndVarNames_06 jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 11 Jul 2016 10:24:03 +0100
branchjv
changeset 1506 4b733abf370c
parent 1501 2559b2416c24
child 1507 cce35fc1d666
Fixed CompilerTests2>>test_argAndVarNames_06 The code referred to `exept_regression` class which does not exist anymore (was renamed do `stx_goodies_regression` as package was renamed and made public)
RegressionTests__CompilerTests2.st
--- a/RegressionTests__CompilerTests2.st	Thu Jun 30 20:52:32 2016 +0100
+++ b/RegressionTests__CompilerTests2.st	Mon Jul 11 10:24:03 2016 +0100
@@ -210,7 +210,7 @@
 !
 
 method_argAndVarNames_06
-    (Smalltalk at:#exept_regression) classNamesAndAttributesDo:[:clsnm :attributes|
+    (Smalltalk at:#stx_goodies_regression) classNamesAndAttributesDo:[:clsnm :attributes|
         | cls |
 
         cls := Smalltalk at: clsnm.
@@ -234,27 +234,7 @@
     "
 
     "Created: / 20-09-2013 / 11:44:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 26-09-2014 / 13:01:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-method_argAndVarNames_07
-    | b |
-
-    b := [:len |
-        1 to: len do:[:i|
-            i == 1 ifTrue:[
-                self saveContext.
-            ]
-        ]
-    ].
-
-    b value: 5
-
-    "
-    CompilerTests2 basicNew method_argAndVarNames_05
-    "
-
-    "Created: / 23-12-2015 / 18:40:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 11-07-2016 / 09:42:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 method_argAndVarNames_07
@@ -1422,11 +1402,6 @@
     ^ '$Changeset: <not expanded> $'
 !
 
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
-!
-
 version_SVN
     ^ '$Id$'
 ! !