diff options
author | Sven Gothel <[email protected]> | 2010-11-07 18:53:20 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-07 18:53:20 +0100 |
commit | 55f1e7f99df8ee47f1c68627c4eb455c6517c65b (patch) | |
tree | 3185cea3569b003dab4f523e6bf1517719fd4cb7 /test | |
parent | afcaca4f7f9b03aaa3482fc71921f7baf3147e8b (diff) |
Gluegen/PCPP: Refined PCPP if-elif-else-endif ; Add 'dumpCPP' option to direct PCPP to dump the output to stderr as well
Diffstat (limited to 'test')
-rw-r--r-- | test/junit/com/jogamp/gluegen/PCPPTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/junit/com/jogamp/gluegen/PCPPTest.java b/test/junit/com/jogamp/gluegen/PCPPTest.java index 8e06646..ecaf7ec 100644 --- a/test/junit/com/jogamp/gluegen/PCPPTest.java +++ b/test/junit/com/jogamp/gluegen/PCPPTest.java @@ -47,7 +47,7 @@ public class PCPPTest { @Test public void pcppMacroDefinitionTest() throws FileNotFoundException, IOException { - PCPP pp = new PCPP(Collections.<String>emptyList(), false); + PCPP pp = new PCPP(Collections.<String>emptyList(), false, false); ByteArrayOutputStream output = new ByteArrayOutputStream(); pp.setOut(output); |