2
0
mirror of synced 2025-02-22 22:38:18 +00:00
mobile/bind/java/javatest.go
David Crawshaw 5487fc8103 go.mobile/bind/java: tests of object reference tracking
LGTM=adonovan
R=adonovan
CC=golang-codereviews
https://golang.org/cl/112700044
2014-07-31 08:25:23 -04:00

18 lines
328 B
Go

// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//+build ignore
package main
import (
"code.google.com/p/go.mobile/app"
_ "code.google.com/p/go.mobile/bind/java/testpkg/go_testpkg"
)
func main() {
app.Run()
}