compiler/tests/extras/PPCLL1ExpressionGrammarTest_Universal.st
changeset 537 fb212e14d1f4
parent 530 e36906742693
child 538 16e8536f5cfb
--- a/compiler/tests/extras/PPCLL1ExpressionGrammarTest_Universal.st	Mon Sep 07 08:03:02 2015 +0100
+++ b/compiler/tests/extras/PPCLL1ExpressionGrammarTest_Universal.st	Mon Sep 07 08:20:46 2015 +0100
@@ -12,8 +12,8 @@
 
 !PPCLL1ExpressionGrammarTest_Universal methodsFor:'accessing'!
 
-compilerConfiguration
-    ^ PPCConfiguration universal
+compiler
+    ^ PPCCompiler universal
 ! !
 
 !PPCLL1ExpressionGrammarTest_Universal class methodsFor:'documentation'!