compiler/tests/extras/PPCLRPCompiledParserSmokeTest.st
changeset 535 a8feb0f47574
parent 529 439c4057517f
child 537 fb212e14d1f4
--- a/compiler/tests/extras/PPCLRPCompiledParserSmokeTest.st	Sat Aug 29 07:56:14 2015 +0100
+++ b/compiler/tests/extras/PPCLRPCompiledParserSmokeTest.st	Fri Sep 04 14:06:56 2015 +0100
@@ -42,9 +42,10 @@
 
     ^ (self petitParserClass name , 'C_' , 
             "This is bit hacky!!"
-            ((self compilerConfiguration isKindOf: PPCTokenizingConfiguration) ifTrue:[ 'Tokenizing' ] ifFalse:[ 'Universal' ])) asSymbol
+            ((self compilerConfiguration options tokenize) ifTrue:[ 'Tokenizing' ] ifFalse:[ 'Universal' ])) asSymbol
 
     "Created: / 29-07-2015 / 16:54:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 04-09-2015 / 15:44:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 compilerConfiguration