mirror of
https://github.com/processing/processing4.git
synced 2026-02-16 11:55:38 +01:00
Merge pull request #2772 from JakubValtar/preproc-constructorCast-fix
Fixes #1936 - Preproc constructor cast fix
This commit is contained in:
@@ -276,6 +276,11 @@ public class ParserTests {
|
||||
public void bug1534() {
|
||||
expectGood("bug1534");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void bug1936() {
|
||||
expectGood("bug1936");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void bug315g() {
|
||||
|
||||
Reference in New Issue
Block a user