Skip to content

Commit 354e560

Browse files
authored
Merge pull request #1236 from Stefterv/main
Fix the issue with the pre-processor test
2 parents 2c94b38 + 9507241 commit 354e560

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

java/test/processing/mode/java/ParserTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public void bug1525() {
280280

281281
@Test
282282
public void bug1532() {
283-
expectRecognitionException("bug1532", 50);
283+
expectRecognitionException("bug1532", 43);
284284
}
285285

286286
@Test

java/test/resources/bug1532.pde

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ Capture cam;
1919
flatCube[][] grid;
2020

2121
void setup() {
22-
try {
23-
quicktime.QTSession.open();
24-
}
25-
catch (quicktime.QTException qte) {
26-
qte.printStackTrace();
27-
}
28-
2922
size (dx,dy,OPENGL);
3023
int d=day();
3124
int m=month();

0 commit comments

Comments
 (0)