~jamesh/go-unityscopes/go-1.6-compat

1
2
3
4
5
6
7
8
9
10
11
package scopes

// #include "shim.h"
import "C"

// These functions are used by tests.  They are not part of a
// *_test.go file because they make use of cgo.

func newTestingResult() *Result {
	return makeResult(C.new_testing_result())
}