Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate one enum per enum case for the testing.
This is a workaround for apple#904, the underlying problem is still there, but this makes the generated source file for testing "work" in that it doesn't hit the compile failure. A real solution is still needed for large enums.