5 lines
164 B
Factor
5 lines
164 B
Factor
|
! Copyright (C) 2009 Slava Pestov.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: tools.test opengl.texture-cache ;
|
||
|
IN: opengl.texture-cache.tests
|