compiler/tests/PPCUniversalTest.st
changeset 515 b5316ef15274
parent 464 f6d77fee9811
child 516 3b81c9e53352
child 524 f6f68d32de73
--- a/compiler/tests/PPCUniversalTest.st	Fri Jul 24 15:06:54 2015 +0100
+++ b/compiler/tests/PPCUniversalTest.st	Mon Aug 17 12:13:16 2015 +0100
@@ -29,10 +29,12 @@
 tearDown
     | parserClass |
 
-    parserClass := (Smalltalk at: arguments name ifAbsent: [nil]).
+    parserClass := (Smalltalk at: arguments parserName ifAbsent: [nil]).
     parserClass notNil ifTrue:[ 
         parserClass removeFromSystem
     ].
+
+    "Modified: / 24-07-2015 / 19:21:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !PPCUniversalTest methodsFor:'tests - compiling'!