mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Get the tests runnable again.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -390,4 +390,9 @@ public class ParserTests {
|
||||
expectGood("colorimport");
|
||||
}
|
||||
|
||||
/*@Test
|
||||
public void testPGraphicsStandalone() {
|
||||
expectGood("pgraphics");
|
||||
}*/
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
PGraphics gfx;
|
||||
|
||||
void setup() {
|
||||
|
||||
gfx = createGraphics(width, height);
|
||||
gfx.smooth();
|
||||
}
|
||||
|
||||
void draw() {
|
||||
}
|
||||
Reference in New Issue
Block a user