compiler/tests/PPCUniversalTest.st
changeset 534 a949c4fe44df
parent 529 439c4057517f
child 535 a8feb0f47574
--- a/compiler/tests/PPCUniversalTest.st	Wed Aug 26 23:34:48 2015 +0100
+++ b/compiler/tests/PPCUniversalTest.st	Sat Aug 29 07:56:14 2015 +0100
@@ -574,11 +574,10 @@
         debug: true;
         yourself.
         
-    configuration := PPCUniversalConfiguration new
-        options: options;
-        yourself.
+    configuration := PPCUniversalConfiguration new.
+    configuration context options: options
 
-    "Modified: / 24-08-2015 / 23:40:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 28-08-2015 / 14:22:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !PPCUniversalTest class methodsFor:'documentation'!