Preprocessor Enum test

This commit is contained in:
Jakub Valtar
2014-08-11 13:27:51 +02:00
parent 1106b043d0
commit f465d1a91e
3 changed files with 90 additions and 0 deletions

View File

@@ -201,6 +201,11 @@ public class ParserTests {
public void bug1362() {
expectGood("bug1362");
}
@Test
public void bug1390() {
expectGood("bug1390");
}
@Test
public void bug1442() {