]> gitweb.factorcode.org Git - factor.git/blob - basis/windows/errors/errors-tests.factor
Merge branch 'factor:master' into feature-vm-prepare-image-reserved-fields
[factor.git] / basis / windows / errors / errors-tests.factor
1 ! Copyright (C) 2009 Doug Coleman.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: tools.test windows.errors strings ;
4
5 { t } [ 0 n>win32-error-string string? ] unit-test