aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-03-11 17:06:23 +0100
committerSven Gothel <[email protected]>2015-03-11 17:06:23 +0100
commit213d01cac6bb0b91e85dbacb5cd4dff539881780 (patch)
treeb314a2568a9c4014cbafbec970698d803cd3434b
parentbbea09816015ecf3596acdcc033553127fcc0ef3 (diff)
Bug 1144 - Fix commit bbea09816015ecf3596acdcc033553127fcc0ef3 (missing file)v2.3.0
-rw-r--r--src/junit/com/jogamp/gluegen/test/junit/generation/test1-CustomJavaCode.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/junit/com/jogamp/gluegen/test/junit/generation/test1-CustomJavaCode.cfg b/src/junit/com/jogamp/gluegen/test/junit/generation/test1-CustomJavaCode.cfg
new file mode 100644
index 0000000..8d8f650
--- /dev/null
+++ b/src/junit/com/jogamp/gluegen/test/junit/generation/test1-CustomJavaCode.cfg
@@ -0,0 +1,7 @@
+
+@Override
+public int testDelegate(int v) {
+ return testDelegateOrigImpl(v) + 1;
+}
+
+