Merge pull request #1236 from Stefterv/main

Fix the issue with the pre-processor test
This commit is contained in:
Moon
2025-09-12 11:50:16 -04:00
committed by GitHub
2 changed files with 1 additions and 8 deletions
@@ -280,7 +280,7 @@ public class ParserTests {
@Test
public void bug1532() {
expectRecognitionException("bug1532", 50);
expectRecognitionException("bug1532", 43);
}
@Test
-7
View File
@@ -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();