compiler/tests/extras/PPCSmalltalkGrammarVerificationTest_Tokenized.st
changeset 537 fb212e14d1f4
parent 516 3b81c9e53352
child 538 16e8536f5cfb
--- a/compiler/tests/extras/PPCSmalltalkGrammarVerificationTest_Tokenized.st	Mon Sep 07 08:03:02 2015 +0100
+++ b/compiler/tests/extras/PPCSmalltalkGrammarVerificationTest_Tokenized.st	Mon Sep 07 08:20:46 2015 +0100
@@ -11,10 +11,10 @@
 
 !PPCSmalltalkGrammarVerificationTest_Tokenized methodsFor:'accessing'!
 
-compilerConfiguration
-    "Return configuration to use when compiling parser (as instance of PPCConfiguration)"
-
-    ^ PPCConfiguration tokenizing
+compiler
+    "Return compiler to use when compiling parser (as instance of PPCConfiguration)"
+    
+    ^ PPCCompiler tokenizing
 
     "Created: / 29-07-2015 / 19:54:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !