Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion java/test/processing/mode/java/ParserTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public void bug1525() {

@Test
public void bug1532() {
expectRecognitionException("bug1532", 50);
expectRecognitionException("bug1532", 43);
}

@Test
Expand Down
7 changes: 0 additions & 7 deletions java/test/resources/bug1532.pde
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ Capture cam;
flatCube[][] grid;

void setup() {
try {
quicktime.QTSession.open();
}
catch (quicktime.QTException qte) {
qte.printStackTrace();
}

size (dx,dy,OPENGL);
int d=day();
int m=month();
Expand Down
Loading