compiler/tests/extras/PPCSmalltalkTests.st
changeset 459 4751c407bb40
parent 452 9f4558b3be66
child 460 87a3d30ab570
child 464 f6d77fee9811
--- a/compiler/tests/extras/PPCSmalltalkTests.st	Sun May 10 06:28:36 2015 +0100
+++ b/compiler/tests/extras/PPCSmalltalkTests.st	Tue May 12 01:24:03 2015 +0100
@@ -9,15 +9,11 @@
 	category:'PetitCompiler-Extras-Tests-Smalltalk'
 !
 
-PPCSmalltalkTests comment:''
-!
-
 !PPCSmalltalkTests methodsFor:'as yet unclassified'!
 
 setUp
     arguments := PPCArguments default
         profile: true;
-        guards: false;
         yourself.
         
     configuration := PPCLL1Configuration new