File: gvariant_test.go

package info (click to toggle)
golang-github-gotk3-gotk3 0.0~GOTK3~0~2~0%2Bgit20170418.0.96d4110-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,368 kB
  • sloc: ansic: 1,056; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (3)
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())
	*/
}