From 55f1e7f99df8ee47f1c68627c4eb455c6517c65b Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Sun, 7 Nov 2010 18:53:20 +0100
Subject: Gluegen/PCPP: Refined PCPP if-elif-else-endif ; Add 'dumpCPP' option
 to direct PCPP to dump the output to stderr as well

---
 test/junit/com/jogamp/gluegen/PCPPTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/junit/com/jogamp/gluegen/PCPPTest.java')

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);
 
-- 
cgit v1.2.3