mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 17:27:39 +02:00
...
This commit is contained in:
@@ -35,7 +35,7 @@ class TestBuild(BaseTest):
|
|||||||
del fdt, rsync
|
del fdt, rsync
|
||||||
|
|
||||||
def test_loading_shaders(self) -> None:
|
def test_loading_shaders(self) -> None:
|
||||||
from kitty.shaders import Program
|
from kitty.shaders.legacy import Program
|
||||||
for name in 'cell border bgimage tint graphics'.split():
|
for name in 'cell border bgimage tint graphics'.split():
|
||||||
Program(name)
|
Program(name)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user