aboutsummaryrefslogtreecommitdiff
path: root/unicorn/Unicorn_test2.go
diff options
context:
space:
mode:
authorMartin Ashby <martin@martin-laptop.lan>2018-05-28 16:31:18 +0100
committerMartin Ashby <martin@martin-laptop.lan>2018-05-28 16:31:18 +0100
commit28f0ac19eb3b42601b0511131b5e39c77b80da9c (patch)
treea0765d2742926bb418ce623175876a68cb000c8b /unicorn/Unicorn_test2.go
parent5766b0c285052d48ab7756c9c3eef6ae41ecd36e (diff)
parentf20896ef3b147ac07769eb36c67ba436c6d2ed22 (diff)
downloadunicornpaint-28f0ac19eb3b42601b0511131b5e39c77b80da9c.tar.gz
unicornpaint-28f0ac19eb3b42601b0511131b5e39c77b80da9c.tar.bz2
unicornpaint-28f0ac19eb3b42601b0511131b5e39c77b80da9c.tar.xz
unicornpaint-28f0ac19eb3b42601b0511131b5e39c77b80da9c.zip
Merge branch 'master' of github.com:MFAshby/unicornpaint
Diffstat (limited to 'unicorn/Unicorn_test2.go')
-rw-r--r--unicorn/Unicorn_test2.go21
1 files changed, 0 insertions, 21 deletions
diff --git a/unicorn/Unicorn_test2.go b/unicorn/Unicorn_test2.go
deleted file mode 100644
index 74cffd1..0000000
--- a/unicorn/Unicorn_test2.go
+++ /dev/null
@@ -1,21 +0,0 @@
-package unicorn
-
-import (
- "testing"
-)
-
-func TestAnimated(t *testing.T) {
- // data, err := Asset("sample.gif")
- // if err != nil {
- // t.Errorf("Failed to load asset %v", err)
- // }
-
- // g, err := gif.DecodeAll(bytes.NewReader(data))
- // if err != nil {
- // t.Errorf("Failed to decode gif from asset %v", err)
- // }
-
- // un := unicorn.NewUnicorn2()
- // un.SetGif(g)
- // un.MainLoop()
-}