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, 14 insertions, 0 deletions
diff --git a/vendor/github.com/gotk3/gotk3/glib/gvariant_test.go b/vendor/github.com/gotk3/gotk3/glib/gvariant_test.go
new file mode 100644
index 0000000..796b662
--- /dev/null
+++ b/vendor/github.com/gotk3/gotk3/glib/gvariant_test.go
@@ -0,0 +1,14 @@
+// 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())
+ */
+}