compiler/tests/extras/PPCSmalltalkGrammarTests_Universal.st
changeset 537 fb212e14d1f4
parent 510 869853decf31
child 538 16e8536f5cfb
--- a/compiler/tests/extras/PPCSmalltalkGrammarTests_Universal.st	Mon Sep 07 08:03:02 2015 +0100
+++ b/compiler/tests/extras/PPCSmalltalkGrammarTests_Universal.st	Mon Sep 07 08:20:46 2015 +0100
@@ -11,7 +11,7 @@
 
 !PPCSmalltalkGrammarTests_Universal methodsFor:'accessing'!
 
-compilerConfiguration
-    ^ PPCConfiguration universal
+compiler
+    ^ PPCCompiler universal
 ! !