]> gitweb.factorcode.org Git - factor.git/blob - basis/windows/errors/errors-tests.factor
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
[factor.git] / basis / windows / errors / errors-tests.factor
1 ! Copyright (C) 2009 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: tools.test windows.errors strings ;
4 IN: windows.errors.tests
5
6 [ t ] [ 0 n>win32-error-string string? ] unit-test