compiler/tests/PPCUniversalTest.st
changeset 535 a8feb0f47574
parent 534 a949c4fe44df
child 537 fb212e14d1f4
--- a/compiler/tests/PPCUniversalTest.st	Sat Aug 29 07:56:14 2015 +0100
+++ b/compiler/tests/PPCUniversalTest.st	Fri Sep 04 14:06:56 2015 +0100
@@ -572,12 +572,13 @@
     options := PPCCompilationOptions default
         profile: true;
         debug: true;
+        tokenize: false;
         yourself.
         
-    configuration := PPCUniversalConfiguration new.
+    configuration := PPCConfiguration new.
     configuration context options: options
 
-    "Modified: / 28-08-2015 / 14:22:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 04-09-2015 / 16:21:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !PPCUniversalTest class methodsFor:'documentation'!