]> gitweb.factorcode.org Git - factor.git/blob - basis/windows/offscreen/offscreen-tests.factor
Revert "interpolate: allow format directives to be used"
[factor.git] / basis / windows / offscreen / offscreen-tests.factor
1 USING: windows.offscreen effects tools.test kernel images ;
2
3 { 1 1 } [ [ [ ] make-bitmap-image ] with-memory-dc ] must-infer-as
4 { t } [ [ { 10 10 } swap [ ] make-bitmap-image ] with-memory-dc image? ] unit-test