compiler/tests/PPCCodeGeneratorTest.st
changeset 538 16e8536f5cfb
parent 537 fb212e14d1f4
--- a/compiler/tests/PPCCodeGeneratorTest.st	Mon Sep 07 08:20:46 2015 +0100
+++ b/compiler/tests/PPCCodeGeneratorTest.st	Mon Sep 07 11:53:38 2015 +0100
@@ -24,7 +24,7 @@
 !
 
 setUp
-    options := (PPCCompilationOptions default)
+    options := (PPCCompilationOptions new)
             tokenize:false;
             profile:true;
             yourself.
@@ -35,7 +35,7 @@
                 }.
     compiler options:options.
 
-    "Modified: / 04-09-2015 / 16:22:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 07-09-2015 / 10:22:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 tearDown