summaryrefslogtreecommitdiffstats
path: root/test/junit/com/jogamp/gluegen/PCPPTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/junit/com/jogamp/gluegen/PCPPTest.java')
-rw-r--r--test/junit/com/jogamp/gluegen/PCPPTest.java2
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);