compiler/tests/PPCOptimizeChoicesTest.st
changeset 534 a949c4fe44df
parent 529 439c4057517f
child 535 a8feb0f47574
--- a/compiler/tests/PPCOptimizeChoicesTest.st	Wed Aug 26 23:34:48 2015 +0100
+++ b/compiler/tests/PPCOptimizeChoicesTest.st	Sat Aug 29 07:56:14 2015 +0100
@@ -25,12 +25,11 @@
         profile: true.
                 
     configuration := PPCPluggableConfiguration on: [ :_self | 
-        _self toPPCIr.
-        _self cacheFirstFollow.
+        _self runPass: PPCCacheFirstFollowPass.
     ].
     configuration options: options.
 
-    "Modified: / 24-08-2015 / 23:40:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 29-08-2015 / 07:30:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 testHasCommonPrefix