]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/optimizer.factor
alien.data: remove second quotation parameter from with-out-parameters, now all value...
[factor.git] / basis / compiler / tests / optimizer.factor
index 0d08c592a961235ea9ca1ddd712f1ef8b9ea003b..23b615f1ae0cbc3acc54cb7272ef01ac154e7925 100644 (file)
@@ -454,7 +454,6 @@ STRUCT: BitmapData { Scan0 void* } ;
     [
         { BitmapData }
         [ BitmapData memory>struct ALIEN: 123 >>Scan0 drop ]
-        [ clone ]
         with-out-parameters Scan0>>
     ] compile-call
 ] unit-test