Index: tests/enum_tests/input.cfa
===================================================================
--- tests/enum_tests/input.cfa	(revision 3ac5fd8bcb3728ce8676e2b55b9fd4f691a06719)
+++ tests/enum_tests/input.cfa	(revision 41756599bd977a9348309dafb0cb33414fb0ca82)
@@ -3,5 +3,5 @@
 
 int main() {
-	enum(int ) E { BBB = 3, AAA, AA, AB, B, CB, AC };
+	enum(int) E { BBB = 3, AAA, AA, AB, B, CB, AC };
 	E e;
 
