]> gitweb.factorcode.org Git - factor.git/blob - basis/windows/errors/errors-tests.factor
vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grain...
[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