summaryrefslogtreecommitdiff
path: root/vendor/github.com/gotk3/gotk3/glib/gvariant_test.go
blob: 796b66218208832d8b7c512a09db741b4e73b44f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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())
	*/
}