diff -r 666372dbe307 -r a949c4fe44df compiler/tests/PPCUnivarsalGuardTest.st --- 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 " + "Modified: / 28-08-2015 / 14:22:08 / Jan Vrany " ! tearDown