compiler/tests/PPCUniversalTest.st
changeset 504 0fb1f0799fc1
parent 464 f6d77fee9811
child 516 3b81c9e53352
--- a/compiler/tests/PPCUniversalTest.st	Fri Jul 24 15:37:23 2015 +0100
+++ b/compiler/tests/PPCUniversalTest.st	Fri Jul 24 19:42:09 2015 +0100
@@ -10,6 +10,7 @@
 	category:'PetitCompiler-Tests-Core-Universal'
 !
 
+
 !PPCUniversalTest methodsFor:'context'!
 
 context	
@@ -29,10 +30,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'!
@@ -577,3 +580,10 @@
         yourself.
 ! !
 
+!PPCUniversalTest class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+