summaryrefslogtreecommitdiffstats
path: root/test/junit/com/jogamp/gluegen/PCPPTest.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-07 08:25:53 +0100
committerSven Gothel <[email protected]>2010-11-07 08:25:53 +0100
commitafcaca4f7f9b03aaa3482fc71921f7baf3147e8b (patch)
treeb6d5788c0cc1c81de6cdde412b8c2331b428d4fd /test/junit/com/jogamp/gluegen/PCPPTest.java
parentafaba27c9de59063e2f78bdaa69ac788c16b1ee3 (diff)
Fix PCPP encapsualted if/if blocks
Diffstat (limited to 'test/junit/com/jogamp/gluegen/PCPPTest.java')
-rw-r--r--test/junit/com/jogamp/gluegen/PCPPTest.java13
1 files changed, 12 insertions, 1 deletions
diff --git a/test/junit/com/jogamp/gluegen/PCPPTest.java b/test/junit/com/jogamp/gluegen/PCPPTest.java
index 70b6a84..8e06646 100644
--- a/test/junit/com/jogamp/gluegen/PCPPTest.java
+++ b/test/junit/com/jogamp/gluegen/PCPPTest.java
@@ -68,7 +68,18 @@ public class PCPPTest {
"# 40 \"pcpptest.h\""+
"#54\"pcpptest.h\""+
" int TEST_D_GOOD;"+
- "#60\"pcpptest.h\"";
+ "#60\"pcpptest.h\""+
+ "#70\"pcpptest.h\""+
+ "#77\"pcpptest.h\""+
+ "#105\"pcpptest.h\""+
+ "#123\"pcpptest.h\""+
+ " int GOOD_F_1;"+
+ " int GOOD_F_2;"+
+ "#126\"pcpptest.h\""+
+ " int GOOD_G;"+
+ "#128\"pcpptest.h\""+
+ "#132\"pcpptest.h\""+
+ "#134\"pcpptest.h\"";
output.flush();
String result = output.toString();