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