Fixed preproc of noSmooth as part of #149.

This commit is contained in:
A Pottinger
2020-11-21 10:41:14 -08:00
parent 3e7aab9556
commit c41e4d24ad
3 changed files with 92 additions and 87 deletions

View File

@@ -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");
}
}*/
}