The tests was missing the generated code for the universe package and some parts of the reverse generated code. Include it. Change-Id: Id5e2f215c8f6f717c30377965255c4b64f31e923 Reviewed-on: https://go-review.googlesource.com/34992 Reviewed-by: David Crawshaw <crawshaw@golang.org>
17 lines
319 B
Plaintext
17 lines
319 B
Plaintext
// JNI function headers for the Go <=> Java bridge.
|
|
// gobind -lang=java
|
|
//
|
|
// File is generated by gobind. Do not edit.
|
|
|
|
#ifndef __Universe_H__
|
|
#define __Universe_H__
|
|
|
|
#include <jni.h>
|
|
|
|
extern jclass proxy_class__error;
|
|
extern jmethodID proxy_class__error_cons;
|
|
|
|
nstring cproxy_error_Error(int32_t refnum);
|
|
|
|
#endif
|