summaryrefslogtreecommitdiff
path: root/vendor/github.com/gotk3/gotk3/glib/gvariant_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gotk3/gotk3/glib/gvariant_test.go')
-rw-r--r--vendor/github.com/gotk3/gotk3/glib/gvariant_test.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/gotk3/gotk3/glib/gvariant_test.go b/vendor/github.com/gotk3/gotk3/glib/gvariant_test.go
deleted file mode 100644
index 796b662..0000000
--- a/vendor/github.com/gotk3/gotk3/glib/gvariant_test.go
+++ /dev/null
@@ -1,14 +0,0 @@
-// Same copyright and license as the rest of the files in this project
-
-package glib_test
-
-import (
- "testing"
-)
-
-func Test_AcceleratorParse(t *testing.T) {
- /*
- testVariant := &Variant{}
- t.Log("native: " + testVariant.Native())
- */
-}