mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 19:31:16 +01:00
Finish fix of preproc handeling of smooth.
Fixes #149 as reported by @benfry.
This commit is contained in:
@@ -370,7 +370,7 @@ public class ParserTests {
|
||||
expectGood("nosmooth");
|
||||
}
|
||||
|
||||
/*@Test
|
||||
@Test
|
||||
public void testSmooth() {
|
||||
expectGood("smoothnoparam");
|
||||
}
|
||||
@@ -378,6 +378,6 @@ public class ParserTests {
|
||||
@Test
|
||||
public void testSmoothWithParam() {
|
||||
expectGood("smoothparam");
|
||||
}*/
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user