mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge pull request #1236 from Stefterv/main
Fix the issue with the pre-processor test
This commit is contained in:
@@ -280,7 +280,7 @@ public class ParserTests {
|
||||
|
||||
@Test
|
||||
public void bug1532() {
|
||||
expectRecognitionException("bug1532", 50);
|
||||
expectRecognitionException("bug1532", 43);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user