From c2085bf795ca02e360341e8ab15c18c58ad6a6f8 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 8 Nov 2010 00:18:45 +0100 Subject: PCPP: Let '#error token' throw an exception with the message; Note: #warning needs to be quoted when having seperators --- test/junit/com/jogamp/gluegen/PCPPTest.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (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 ecaf7ec..b86116e 100644 --- a/test/junit/com/jogamp/gluegen/PCPPTest.java +++ b/test/junit/com/jogamp/gluegen/PCPPTest.java @@ -78,8 +78,10 @@ public class PCPPTest { "#126\"pcpptest.h\""+ " int GOOD_G;"+ "#128\"pcpptest.h\""+ - "#132\"pcpptest.h\""+ - "#134\"pcpptest.h\""; + "#130\"pcpptest.h\""+ + "#134\"pcpptest.h\""+ + "#136\"pcpptest.h\""; + output.flush(); String result = output.toString(); -- cgit v1.2.3